C# Class RaumfeldNET.PlaylistManagement

Inheritance: RaumfeldNET.Base.BaseManager
显示文件 Open project: stoennies/raumwiese Class Usage Examples

Public Methods

Method Description
PlaylistManagement ( UPNP _upnpStack = null ) : System
createPlaylist ( String _name ) : MediaItem_Playlist
deletePlaylist ( String _playlistObjectId ) : void
renamePlaylist ( String _playlistObjectId, String _desiredName ) : void

Protected Methods

Method Description
createPlaylistQueue ( String _playlistName ) : MediaItem_Playlist

Method Details

PlaylistManagement() public method

public PlaylistManagement ( UPNP _upnpStack = null ) : System
_upnpStack UPNP
return System

createPlaylist() public method

public createPlaylist ( String _name ) : MediaItem_Playlist
_name String
return MediaItem_Playlist

createPlaylistQueue() protected method

protected createPlaylistQueue ( String _playlistName ) : MediaItem_Playlist
_playlistName String
return MediaItem_Playlist

deletePlaylist() public method

public deletePlaylist ( String _playlistObjectId ) : void
_playlistObjectId String
return void

renamePlaylist() public method

public renamePlaylist ( String _playlistObjectId, String _desiredName ) : void
_playlistObjectId String
_desiredName String
return void