PlaybackInfo

From Gvp-public
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