C# Class RaumfeldNET.ContentDirectoryBrowser

Inheritance: MediaListManager
Afficher le fichier Open project: stoennies/raumwiese

Protected Properties

Свойство Type Description
currentContainerId String
currentListId String
mainContentType ContentDirectoryMainContentType
rootContainerId String
rootListId String

Méthodes publiques

Méthode Description
ContentDirectoryBrowser ( string _rootContainerId = "", UPNP _upnpStack = null ) : System
browseTo ( String _containerId = "", MediaItem _mediaItem = null ) : void
browseToMainContentType ( ContentDirectoryMainContentType _mainContentType ) : void
browseToParent ( System.Boolean _rereadParentList = false ) : void
getCurrentList ( ) : MediaList
getMainContentType ( ) : ContentDirectoryMainContentType
getMetaDataForObjectId ( String _objectId ) : String
isSearchAvailable ( ContentDirectoryMainContentType _contentType ) : System.Boolean

Méthodes protégées

Méthode Description
containerIdToListId ( String _containerId, ContentDirectoryMainContentType _contentType ) : String
createListObject ( String _listId ) : UPNPMediaList
listDataReadySink ( string _listId ) : void
retrieveList ( String _containerId, String _parentListId = "", System.Boolean _useCache = true, MediaItem _parentMediaItem = null ) : void

Method Details

ContentDirectoryBrowser() public méthode

public ContentDirectoryBrowser ( string _rootContainerId = "", UPNP _upnpStack = null ) : System
_rootContainerId string
_upnpStack UPNP
Résultat System

browseTo() public méthode

public browseTo ( String _containerId = "", MediaItem _mediaItem = null ) : void
_containerId String
_mediaItem MediaItem
Résultat void

browseToMainContentType() public méthode

public browseToMainContentType ( ContentDirectoryMainContentType _mainContentType ) : void
_mainContentType ContentDirectoryMainContentType
Résultat void

browseToParent() public méthode

public browseToParent ( System.Boolean _rereadParentList = false ) : void
_rereadParentList System.Boolean
Résultat void

containerIdToListId() protected méthode

protected containerIdToListId ( String _containerId, ContentDirectoryMainContentType _contentType ) : String
_containerId String
_contentType ContentDirectoryMainContentType
Résultat String

createListObject() protected méthode

protected createListObject ( String _listId ) : UPNPMediaList
_listId String
Résultat UPNPMediaList

getCurrentList() public méthode

public getCurrentList ( ) : MediaList
Résultat MediaList

getMainContentType() public méthode

public getMainContentType ( ) : ContentDirectoryMainContentType
Résultat ContentDirectoryMainContentType

getMetaDataForObjectId() public méthode

public getMetaDataForObjectId ( String _objectId ) : String
_objectId String
Résultat String

isSearchAvailable() public méthode

public isSearchAvailable ( ContentDirectoryMainContentType _contentType ) : System.Boolean
_contentType ContentDirectoryMainContentType
Résultat System.Boolean

listDataReadySink() protected méthode

protected listDataReadySink ( string _listId ) : void
_listId string
Résultat void

retrieveList() protected méthode

protected retrieveList ( String _containerId, String _parentListId = "", System.Boolean _useCache = true, MediaItem _parentMediaItem = null ) : void
_containerId String
_parentListId String
_useCache System.Boolean
_parentMediaItem MediaItem
Résultat void

Property Details

currentContainerId protected_oe property

protected String currentContainerId
Résultat String

currentListId protected_oe property

protected String currentListId
Résultat String

mainContentType protected_oe property

protected ContentDirectoryMainContentType mainContentType
Résultat ContentDirectoryMainContentType

rootContainerId protected_oe property

protected String rootContainerId
Résultat String

rootListId protected_oe property

protected String rootListId
Résultat String