C# Class cloudmusic2upnp.ActivePlaylist

Inheritance: Playlist
Afficher le fichier Open project: TilmannBach/cloudmusic2upnp

Méthodes publiques

Свойство Type Description
Index int

Méthodes publiques

Méthode Description
HandleDeviceDiscovery ( object sender, DeviceController e ) : void
PlayNext ( ) : void
PlayOrQueue ( ITrack track ) : void
handlePlaystateChanged ( object sender, DeviceController e ) : void

Private Methods

Méthode Description
AddDeviceController ( DeviceController DeviceController ) : void
Play ( ) : void

Method Details

HandleDeviceDiscovery() public méthode

public HandleDeviceDiscovery ( object sender, DeviceController e ) : void
sender object
e DeviceController
Résultat void

PlayNext() public méthode

public PlayNext ( ) : void
Résultat void

PlayOrQueue() public méthode

public PlayOrQueue ( ITrack track ) : void
track ITrack
Résultat void

handlePlaystateChanged() public méthode

public handlePlaystateChanged ( object sender, DeviceController e ) : void
sender object
e DeviceController
Résultat void

Property Details

Index public_oe property

Index of the playing song starts with 0!
public int Index
Résultat int