Stream Resource
All attributes and associations of the stream 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"
},
"creation_type": {
"description": "The creation type of the object",
"readonly": "No"
},
"state": {
"description": "The current state of the object",
"readonly": "Yes"
},
"streamable": {
"description": "The streamable state of the object",
"readonly": "Yes"
},
"video_type": {
"description": "The video type of the object",
"readonly": "No"
},
"video_sub_type": {
"description": "The video sub type of the object",
"readonly": "No"
},
"image_size": {
"description": "The size of the snapshot in bytes",
"readonly": "Yes"
},
"audio_size": {
"description": "The size of the audio in bytes",
"readonly": "Yes"
},
"video_size": {
"description": "The size of the video file in bytes",
"readonly": "Yes"
},
"video_width": {
"description": "The width of the video in pixels",
"readonly": "No"
},
"video_height": {
"description": "The height of the video in pixels",
"readonly": "No"
},
"duration": {
"description": "The duration of the video in seconds",
"readonly": "No"
},
"has_video": {
"description": "Is a video contained in the stream?",
"readonly": "Yes"
},
"has_image": {
"description": "Is an image contained in the stream?",
"readonly": "Yes"
},
"has_audio": {
"description": "Is a separate audio track contained in the stream?",
"readonly": "Yes"
},
"submission_date": {
"description": "Submission date of the stream",
"readonly": "Yes"
},
"creation_type_string": {
"description": "A string description of the creation type (values: TRANSCODED, RECORDING, MOBILE_RECORDING, FILE_UPLOAD, SERVER_UPLOAD, WEBRTC_RECORDING)"
},
"streamable_string": {
"description": "A string description of the streamable state (values: NO, DEGRADED, YES)"
},
"state_string": {
"description": "A string description of the current state (values: EMPTY, PROCESSING, BOUND, READY)"
}
}