MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
PlaylistItem Class
NamespacesMPfm.SoundPlaylistItem
Defines a playlist item to be used with the Player.
Declaration Syntax
C#Visual Basic
public class PlaylistItem
Public Class PlaylistItem
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PlaylistItem(Playlist, AudioFile)
Default constructor for the PlaylistItem class. Requires a hook to a Playlist instance.

AudioFile
AudioFile structure containing metadata and other file information.

Channel
BASS.NET channel used for playback decoding.

Dispose()()()()
Disposes the current channel.

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.)
Id
Unique identifier for the playlist item (there might be the same audio file multiple times in the same playlist).

IsLoaded
Indicates if the channel and the audio file metadata have been loaded.

LengthBytes
Playlist item length (in bytes).

LengthMilliseconds
Playlist item length (in milliseconds).

LengthSamples
Playlist item length (in samples).

LengthString
Playlist item length (in 00:00.000 string format).

Load()()()()
Loads the current channel and audio file metadata.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SyncProc
Synchronization callback.

SyncProcHandle
Contains the handle to the SYNCPROC.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PlaylistItem

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