DVBLink Remote API Library documentation  0.2.0-Master
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
dvblinkremote::GetPlaybackObjectResponse Class Reference

Represent playback object response which is used as output parameter for the IDVBLinkRemoteConnection::GetPlaybackObject method. More...

Inheritance diagram for dvblinkremote::GetPlaybackObjectResponse:
dvblinkremote::Response

Public Member Functions

 GetPlaybackObjectResponse ()
 Initializes a new instance of the dvblinkremote::GetPlaybackObjectResponse class.
 ~GetPlaybackObjectResponse ()
 Destructor for cleaning up allocated memory.
PlaybackContainerListGetPlaybackContainers ()
 Gets a list of playback containers.
PlaybackItemListGetPlaybackItems ()
 Gets a list of playback items.

Public Attributes

int ActualCount
 The number of items and containers in the response.
int TotalCount
 The total number of items and containers in the container.

Detailed Description

Represent playback object response which is used as output parameter for the IDVBLinkRemoteConnection::GetPlaybackObject method.

See Also
IDVBLinkRemoteConnection::GetPlaybackObject()

Constructor & Destructor Documentation

dvblinkremote::GetPlaybackObjectResponse::GetPlaybackObjectResponse ( )

Initializes a new instance of the dvblinkremote::GetPlaybackObjectResponse class.

dvblinkremote::GetPlaybackObjectResponse::~GetPlaybackObjectResponse ( )

Destructor for cleaning up allocated memory.

Member Function Documentation

PlaybackContainerList& dvblinkremote::GetPlaybackObjectResponse::GetPlaybackContainers ( )

Gets a list of playback containers.

Returns
A list of playback containers
PlaybackItemList& dvblinkremote::GetPlaybackObjectResponse::GetPlaybackItems ( )

Gets a list of playback items.

Returns
A list of playback items

Member Data Documentation

int dvblinkremote::GetPlaybackObjectResponse::ActualCount

The number of items and containers in the response.

int dvblinkremote::GetPlaybackObjectResponse::TotalCount

The total number of items and containers in the container.