LiveStream

From Gvp-public
Revision as of 11:04, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_DataType_Spec |Description=Represents the information for a live stream. |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Represents the information for a live stream.

Members

Field Data Type Description
ConcurrenceToken String Token for concurrence control
ID int Stream ID
Quality Quality Stream quality
StreamingType StreamingType Streaming type
Url string Stream URL


Example

{

"ID": 4197938,
"ConcurrenceToken": "CO_ZGAE6U_sg_mGqRfqdA-QG-HF0Ln_FpB6DEk...",
"Quality": Quality,
"StreamingType": StreamingType,
"Url": "http://www.telefonica.com/..."

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also