Difference between revisions of "PlaybackInfo"

From Gvp-public
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...")
 
Line 22: Line 22:
 
! IsPlayback
 
! IsPlayback
 
{{!}} bool
 
{{!}} bool
{{!}} Whether the channel has playback enabled (aplicable to Live Channels, for Movies it is always true).
+
{{!}} 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=
 +
}}

Revision as of 12:04, 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


See also