Difference between revisions of "PlaybackInfo"
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
: "DeviceType": 501, | : "DeviceType": 501, | ||
: "AFTDQualities": 2, | : "AFTDQualities": 2, | ||
− | : "IsPlayback": true | + | : "IsPlayback": true, |
} | } | ||
Latest revision as of 12:05, 6 March 2015
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 |