C# Class DAAP.Playlist

Afficher le fichier Open project: mono/daap-sharp Class Usage Examples

Private Properties

Свойство Type Description
AddTrack void
FromNode Playlist
GetContainerId int
InsertTrack void
LookupIndexByContainerId int
Playlist System
ToNode ContentNode
ToTracksNode ContentNode
Update void

Méthodes publiques

Méthode Description
AddTrack ( Track track ) : void
Clear ( ) : void
IndexOf ( Track track ) : int
InsertTrack ( int index, Track track ) : void
Playlist ( string name ) : System
RemoveAt ( int index ) : void
RemoveTrack ( Track track ) : bool
this ( int index ) : Track

Private Methods

Méthode Description
AddTrack ( Track track, int id ) : void
FromNode ( ContentNode node ) : Playlist
GetContainerId ( int index ) : int
InsertTrack ( int index, Track track, int id ) : void
LookupIndexByContainerId ( int id ) : int
Playlist ( ) : System
ToNode ( bool basePlaylist ) : ContentNode
ToTracksNode ( int deletedIds ) : ContentNode
Update ( Playlist pl ) : void

Method Details

AddTrack() public méthode

public AddTrack ( Track track ) : void
track Track
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

IndexOf() public méthode

public IndexOf ( Track track ) : int
track Track
Résultat int

InsertTrack() public méthode

public InsertTrack ( int index, Track track ) : void
index int
track Track
Résultat void

Playlist() public méthode

public Playlist ( string name ) : System
name string
Résultat System

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveTrack() public méthode

public RemoveTrack ( Track track ) : bool
track Track
Résultat bool

this() public méthode

public this ( int index ) : Track
index int
Résultat Track