Video
| Key | Type | Description |
|---|---|---|
| width | integer | Width |
| heighr | integer | Height |
| format | string | Format |
| length | float | Length in seconds |
| videoFiles | Array of videoFile | Video Files |
"video":{
"width":"",
"height":"",
"format":"",
"length":""
}
Video File
| Key | Type | Description |
|---|---|---|
| width | integer | Width |
| heighr | integer | Height |
| format | string | Format |
| length | float | Length in seconds |
"videoFile":{
"width":"",
"height":"",
"format":"",
"length":""
}