|
DVBLink Remote API Library documentation
0.2.0-Master
|
Represent playback object response which is used as output parameter for the IDVBLinkRemoteConnection::GetPlaybackObject method. More...
Public Member Functions | |
| GetPlaybackObjectResponse () | |
| Initializes a new instance of the dvblinkremote::GetPlaybackObjectResponse class. | |
| ~GetPlaybackObjectResponse () | |
| Destructor for cleaning up allocated memory. | |
| PlaybackContainerList & | GetPlaybackContainers () |
| Gets a list of playback containers. | |
| PlaybackItemList & | GetPlaybackItems () |
| 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. | |
Represent playback object response which is used as output parameter for the IDVBLinkRemoteConnection::GetPlaybackObject method.
| dvblinkremote::GetPlaybackObjectResponse::GetPlaybackObjectResponse | ( | ) |
Initializes a new instance of the dvblinkremote::GetPlaybackObjectResponse class.
| dvblinkremote::GetPlaybackObjectResponse::~GetPlaybackObjectResponse | ( | ) |
Destructor for cleaning up allocated memory.
| PlaybackContainerList& dvblinkremote::GetPlaybackObjectResponse::GetPlaybackContainers | ( | ) |
Gets a list of playback containers.
| PlaybackItemList& dvblinkremote::GetPlaybackObjectResponse::GetPlaybackItems | ( | ) |
Gets a list of playback items.
| 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.