PlaybackInfo

From Gvp-public
Revision as of 12:05, 6 March 2015 by Id02224 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get the object that contains information about the PlaybackInfo.

Members

Field Data Type Description
DeviceType DeviceType object Device type.
AFTDQualities int Available For This Device Qualities, it return the better quality the device can play
IsPlayback bool Whether the content has playback enabled. For movies "IsPlayback" will be true if "AFTDQualities" is different than 0, it only will be false if "AFTDQualities" = 0.


Example

{

"DeviceType": 501,
"AFTDQualities": 2,
"IsPlayback": true,

}


Known issues

None


Version history

API Version Number Change description Changes author
3.0 Initial data type implementation Alberto Los Santos


See also