1,321 bytes added
, 11:04, 2 June 2014
{{Api_DataType_Spec
|Description=Represents the information for a live stream.
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ConcurrenceToken
{{!}} String
{{!}} Token for concurrence control
{{!}}- valign="top"
! ID
{{!}} int
{{!}} Stream ID
{{!}}- valign="top"
! Quality
{{!}} [[Quality|Quality]]
{{!}} Stream quality
{{!}}- valign="top"
! StreamingType
{{!}} [[StreamingType|StreamingType]]
{{!}} Streaming type
{{!}}- valign="top"
! Url
{{!}} string
{{!}} Stream URL
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 4197938,
: "ConcurrenceToken": "CO_ZGAE6U_sg_mGqRfqdA-QG-HF0Ln_FpB6DEk...",
: "Quality": [[Quality|Quality]],
: "StreamingType": [[StreamingType|StreamingType]],
: "Url": "http://www.telefonica.com/..."
}
|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"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
* [[StreamingType|StreamingType]] type
* [[Quality|Quality]] type
}}