Difference between revisions of "LiveStream"
Jump to navigation
Jump to search
(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="...") |
(No difference)
|
Revision as of 11:04, 2 June 2014
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
- StreamingType type
- Quality type