Maintain information about connection like Connection Index, connectedMediaServer, connectedMediaRenderer, subscriptionId.
Public Methods
-
Connection()
- Basic Constructor for Connection
-
string getIndex()
- Get value of Connection Index
-
void setIndex(string index)
- Set the value of Connection Index
-
string getConnectedMediaServer()
- Get string value of connectedMediaServer UDN.
-
void setConnectedMediaServer(string connectedMediaServer)
- Set string value of connectedMediaServer UDN.
-
string getConnectedMediaRenderer()
- Get string value of connectedMediaRenderer UDN.
-
void setConnectedMediaRenderer(string connectedMediaRenderer)
- Set string value of connectedMediaRenderer UDN.
-
string getSubscriptionId()
- Get value of SubscriptionId
-
void setSubscriptionId(string subscriptionId)
- Set value of SubscriptionId
-
void setSession(Session*session)
- Set value of sessionId
-
Session* getSession()
- Get the value of Session
-
string getSelectedNodeIdMetaData()
- Get value of SelectedNodeIdMetaData
-
void setSelectedNodeIdMetaData(string selectedNodeIdMetaData)
- Set the value of SelectedNodeIdMetaData
-
void setBrowseFilter(string filter)
- Set Browse Filter for connection
-
void setPlayList(string playList)
- Set PlayList
-
string getPlayList()
- Get PlayList
-
string getBrowseFilter()
- Get Browse Filter for connection
-
string getSearchFilter()
- Get Search Filter for connection
-
string getBrowseSortCriteria()
- Get Browse SortCriteria for connection
-
string getSearchSortCriteria()
- Get Search SortCriteria for connection
-
string getSearchCriteria()
- Get Search criteria for connection
-
string getBrowseNodeIndex()
- Get Browse NodeIndex for connection
-
string getSearchNodeIndex()
- Get Search NodeIndex for connection
-
void setSearchFilter(string searchFilter)
- Set Search Filter for connection
-
void setBrowseSortCriteria(string browseSortCriteria)
- Set Browse SortCriteria for connection
-
void setSearchSortCriteria(string searchSortCriteria)
- Set Search SortCriteria for connection
-
void setSearchCriteria(string searchCriteria)
- Set Search criteria for connection
-
void setBrowseNodeIndex(string browseNode)
- Set Browse NodeIndex for connection
-
void setSearchNodeIndex(string searchNode)
- Set Search NodeIndex for connection
-
string getInitialPlayListMode()
- Get the String value of InitialPlayListMode.
-
void setInitialPlayListMode(string initialPlayListMode)
- Set the String value of InitialPlayListMode.
Documentation
Maintain information about connection like Connection Index, connectedMediaServer, connectedMediaRenderer, subscriptionId.
And provide getter/setter methods to get/set their values.
Connection()
-
Basic Constructor for Connection
string getIndex()
-
Get value of Connection Index
- Returns:
- a string value of Connection Index
void setIndex(string index)
-
Set the value of Connection Index
- Parameters:
- index - a string value of Connection Index
string getConnectedMediaServer()
-
Get string value of connectedMediaServer UDN.
- Returns:
- a string value of connectedMediaServer UDN.
void setConnectedMediaServer(string connectedMediaServer)
-
Set string value of connectedMediaServer UDN.
- Parameters:
- connectedMediaServer - a string value of connectedMediaServer UDN.
string getConnectedMediaRenderer()
-
Get string value of connectedMediaRenderer UDN.
- Returns:
- a string value of connectedMediaRenderer UDN.
void setConnectedMediaRenderer(string connectedMediaRenderer)
-
Set string value of connectedMediaRenderer UDN.
- Parameters:
- connectedMediaRenderer - a string value of connectedMediaRenderer UDN.
string getSubscriptionId()
-
Get value of SubscriptionId
- Returns:
- a string value of subscriptionId
void setSubscriptionId(string subscriptionId)
-
Set value of SubscriptionId
- Parameters:
- subscriptionId - a string value of subscriptionId
void setSession(Session*session)
-
Set value of sessionId
- Parameters:
- session - a Session Object
Session* getSession()
-
Get the value of Session
- Returns:
- an Object of Session
string getSelectedNodeIdMetaData()
-
Get value of SelectedNodeIdMetaData
- Returns:
- a String value of SelectedNodeIdMetaData
void setSelectedNodeIdMetaData(string selectedNodeIdMetaData)
-
Set the value of SelectedNodeIdMetaData
- Parameters:
- selectedNodeIdMetaData - a String value of SelectedNodeIdMetaData
void setBrowseFilter(string filter)
-
Set Browse Filter for connection
- Parameters:
- filter - String as Browse Filter
void setPlayList(string playList)
-
Set PlayList
- Parameters:
- playList - String as Playlist
string getPlayList()
-
Get PlayList
- Returns:
- PlayList
string getBrowseFilter()
-
Get Browse Filter for connection
- Returns:
- String as Browse Filter
string getSearchFilter()
-
Get Search Filter for connection
- Returns:
- String as Search Filter
string getBrowseSortCriteria()
-
Get Browse SortCriteria for connection
- Returns:
- String as Browse SortCriteria
string getSearchSortCriteria()
-
Get Search SortCriteria for connection
- Returns:
- String as Search SortCriteria
string getSearchCriteria()
-
Get Search criteria for connection
- Returns:
- String as Search criteria
string getBrowseNodeIndex()
-
Get Browse NodeIndex for connection
- Returns:
- String as Browse NodeIndex
string getSearchNodeIndex()
-
Get Search NodeIndex for connection
- Returns:
- String as Browse NodeIndex
void setSearchFilter(string searchFilter)
-
Set Search Filter for connection
- Parameters:
- searchFilter - String as Search Filter
void setBrowseSortCriteria(string browseSortCriteria)
-
Set Browse SortCriteria for connection
- Parameters:
- browseSortCriteria - String as Search SortCriteria
void setSearchSortCriteria(string searchSortCriteria)
-
Set Search SortCriteria for connection
- Parameters:
- searchSortCriteria - String as Search SortCriteria
void setSearchCriteria(string searchCriteria)
-
Set Search criteria for connection
- Parameters:
- searchCriteria - String as Search criteria
void setBrowseNodeIndex(string browseNode)
-
Set Browse NodeIndex for connection
- Parameters:
- browseNode - String as Browse NodeIndex
void setSearchNodeIndex(string searchNode)
-
Set Search NodeIndex for connection
- Parameters:
- searchNode - String as Search NodeIndex
string getInitialPlayListMode()
-
Get the String value of InitialPlayListMode.
- Returns:
- a String value of InitialPlayListMode
void setInitialPlayListMode(string initialPlayListMode)
-
Set the String value of InitialPlayListMode.
- Parameters:
- initialPlayListMode - a String value of InitialPlayListMode
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.