Difference between revisions of "MediaUrlResult"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Media URL Result object |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10" {{!}}- style="background:#88ccff;...") |
|||
Line 41: | Line 41: | ||
{ | { | ||
− | : | + | : "Url": "http://B31915.cdn.telefonica.com/31915/126457_BA01FD58BE0BAF0720140531003004.mp4", |
+ | : "Expiration": 1441911092, | ||
+ | : "MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9", | ||
+ | : "ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003", | ||
+ | : "Resume": { | ||
+ | :: [[Resume]] | ||
+ | : } | ||
} | } | ||
Revision as of 18:55, 10 September 2014
Media URL Result object
Members
Field | Data Type | Description |
---|---|---|
ConcurrenceToken | String | |
Expiration | long | |
MediaInfo | String | |
Resume | Resume | |
Url | String |
Example
{
- "Url": "http://B31915.cdn.telefonica.com/31915/126457_BA01FD58BE0BAF0720140531003004.mp4",
- "Expiration": 1441911092,
- "MediaInfo": "eyJNb3ZpZUlkIjoyODE5OSwiTWVkaWFJZCI6MTI2NDU3LCJBY2Nlc3NSZWFzb24iOjIsIlN1YnNjcmlwdGlvbklkIjoxMDUsIlBsYXlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjcwODB9",
- "ConcurrenceToken": "874d76bed83d4b509cce44b5b37ca003",
- "Resume": {
- }
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |