C# Class RaumfeldNET.PlaylistObjectMediaList

Inheritance: UPNPMediaListBrowse
Mostra file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
isEditable System.Boolean
isPlaylistLevel System.Boolean
isTrackLevel System.Boolean

Public Methods

Method Description
PlaylistObjectMediaList ( String _listId = "" ) : System
addAtEnd ( MediaItem mediaItem ) : void

Protected Methods

Method Description
createQueue ( ) : System.Boolean

Method Details

PlaylistObjectMediaList() public method

public PlaylistObjectMediaList ( String _listId = "" ) : System
_listId String
return System

addAtEnd() public method

public addAtEnd ( MediaItem mediaItem ) : void
mediaItem MediaItem
return void

createQueue() protected method

protected createQueue ( ) : System.Boolean
return System.Boolean

Property Details

isEditable public_oe property

public Boolean,System isEditable
return System.Boolean

isPlaylistLevel public_oe property

public Boolean,System isPlaylistLevel
return System.Boolean

isTrackLevel public_oe property

public Boolean,System isTrackLevel
return System.Boolean