Difference between revisions of "PlaybackInfo"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Get the object that contains information about the PlaybackInfo. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpaddin...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
! IsPlayback | ! IsPlayback | ||
{{!}} bool | {{!}} bool | ||
− | {{!}} Whether the | + | {{!}} 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. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
{{!}}} | {{!}}} | ||
+ | |||
+ | |||
+ | |||
+ | |Example= | ||
+ | |||
+ | |||
+ | { | ||
+ | : "DeviceType": 501, | ||
+ | : "AFTDQualities": 2, | ||
+ | : "IsPlayback": true, | ||
+ | } | ||
+ | |||
+ | |||
+ | |KnownIssues= | ||
+ | None | ||
+ | |VersionHistory= | ||
+ | {{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0" | ||
+ | {{!}}- style="background:#88ccff;font-size:110%" | ||
+ | ! API Version Number | ||
+ | ! Change description | ||
+ | ! Changes author | ||
+ | {{!}}- valign="top" | ||
+ | ! 3.0 | ||
+ | {{!}} Initial data type implementation | ||
+ | {{!}} Alberto Los Santos | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | {{!}}} | ||
+ | |||
+ | |SeeAlso= | ||
+ | }} |
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 |