Defines the data structure for the event when the playlist index changes (i.e. when an audio file
starts to play).
Related to the Player class.
Declaration Syntax
C# | Visual Basic |
public class PlayerPlaylistIndexChangedData
Public Class PlayerPlaylistIndexChangedData
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
PlayerPlaylistIndexChangedData()()()() |
Default constructor for the PlayerPlaylistIndexChangedData class.
| |
AudioFileEnded |
Defines the audio file that just ended.
| |
AudioFileStarted |
Defines the audio file that just started. Might be null if the playback has stopped.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
IsPlaybackStopped |
Defines if the playback was stopped after the audio file has finished playing.
i.e. if the RepeatType is off and the playlist is over, this property will be true.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
PlayerPlaylistIndexChangedData |