C# 클래스 cloudmusic2upnp.ActivePlaylist

상속: Playlist
파일 보기 프로젝트 열기: TilmannBach/cloudmusic2upnp

공개 프로퍼티들

프로퍼티 타입 설명
Index int

공개 메소드들

메소드 설명
HandleDeviceDiscovery ( object sender, DeviceController e ) : void
PlayNext ( ) : void
PlayOrQueue ( ITrack track ) : void
handlePlaystateChanged ( object sender, DeviceController e ) : void

비공개 메소드들

메소드 설명
AddDeviceController ( DeviceController DeviceController ) : void
Play ( ) : void

메소드 상세

HandleDeviceDiscovery() 공개 메소드

public HandleDeviceDiscovery ( object sender, DeviceController e ) : void
sender object
e DeviceController
리턴 void

PlayNext() 공개 메소드

public PlayNext ( ) : void
리턴 void

PlayOrQueue() 공개 메소드

public PlayOrQueue ( ITrack track ) : void
track ITrack
리턴 void

handlePlaystateChanged() 공개 메소드

public handlePlaystateChanged ( object sender, DeviceController e ) : void
sender object
e DeviceController
리턴 void

프로퍼티 상세

Index 공개적으로 프로퍼티

Index of the playing song starts with 0!
public int Index
리턴 int