Video Resource
All attributes and associations of the video object.
{
"volatile": {
"description": "Will this object automatically be deleted if it remains empty?",
"readonly": "No"
},
"token": {
"description": "The unique token of the object",
"readonly": "Yes"
},
"key": {
"description": "The unique identifier of the object (if provided)",
"readonly": "No"
},
"state": {
"description": "The current state of the object",
"readonly": "Yes"
},
"title": {
"description": "Video Title (optional)",
"readonly": "No"
},
"description": {
"description": "Video Description (optional)",
"readonly": "No"
},
"max_duration": {
"description": "The maximal allowed duration of the video (optional)",
"readonly": "No"
},
"enforce_duration": {
"description": "Reject videos that are too long instead of auto-cropping them",
"readonly": "No"
},
"duration": {
"description": "The actual duration of the video",
"readonly": "Yes"
},
"tags": {
"description": "The tags associated with the video",
"readonly": "No"
},
"data": {
"description": "Custom associative data associated with the video",
"readonly": "No"
},
"submission_date": {
"description": "The date when the video was submitted for the first time",
"readonly": "Yes"
},
"expiration_days": {
"description": "After how many days will this video be deleted",
"readonly": "No"
},
"resubmission_date": {
"description": "The date when the video was submitted for the last time",
"readonly": "Yes"
},
"stream_submission_date": {
"description": "The date when the current stream was submitted",
"readonly": "Yes"
},
"delete_old_streams": {
"description": "Should unused streams be automatically deleted?",
"readonly": "Yes"
},
"auto_crop": {
"description": "Should videos be automatically cropped?",
"readonly": "No"
},
"auto_pad": {
"description": "Should videos be automatically padded?",
"readonly": "No"
},
"hd": {
"description": "High definition video",
"readonly": "Yes"
},
"default_image_selector": {
"description": "Default cover shot selector (optional)",
"readonly": "No"
},
"state_string": {
"description": "A string description of the current state (values: EMPTY, PROCESSING, FAILED, READY)"
},
"streams": {
"description": "All streams that are associated with this video"
},
"original_stream": {
"description": "The original stream that is currently used by this video"
},
"default_stream": {
"description": "The preferred stream derived from the original stream that is currently used by this video"
}
}