MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
PlayerPlaylistIndexChangedData Class
NamespacesMPfm.PlayerPlayerPlaylistIndexChangedData
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 MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PlayerPlaylistIndexChangedData

Assembly: MPfm.Player (Module: MPfm.Player) Version: 0.5.3.0 (0.5.3.0)