C# 클래스 RaumfeldNET.PlaylistManagement

상속: RaumfeldNET.Base.BaseManager
파일 보기 프로젝트 열기: stoennies/raumwiese 1 사용 예제들

공개 메소드들

메소드 설명
PlaylistManagement ( UPNP _upnpStack = null ) : System
createPlaylist ( String _name ) : MediaItem_Playlist
deletePlaylist ( String _playlistObjectId ) : void
renamePlaylist ( String _playlistObjectId, String _desiredName ) : void

보호된 메소드들

메소드 설명
createPlaylistQueue ( String _playlistName ) : MediaItem_Playlist

메소드 상세

PlaylistManagement() 공개 메소드

public PlaylistManagement ( UPNP _upnpStack = null ) : System
_upnpStack UPNP
리턴 System

createPlaylist() 공개 메소드

public createPlaylist ( String _name ) : MediaItem_Playlist
_name String
리턴 MediaItem_Playlist

createPlaylistQueue() 보호된 메소드

protected createPlaylistQueue ( String _playlistName ) : MediaItem_Playlist
_playlistName String
리턴 MediaItem_Playlist

deletePlaylist() 공개 메소드

public deletePlaylist ( String _playlistObjectId ) : void
_playlistObjectId String
리턴 void

renamePlaylist() 공개 메소드

public renamePlaylist ( String _playlistObjectId, String _desiredName ) : void
_playlistObjectId String
_desiredName String
리턴 void