video
Information about a video uploaded.
Properties | Type | Description |
---|---|---|
aspect_ratio | string | The aspect ratio of the video is as a string. |
height | number | The height of the video. |
path | string | The file name of the video. |
sources | array of video_source | The source files for the video. |
width | number | The width of the video. |
{
"aspect_ratio": "1.7777777777777777",
"width": 640,
"height": 360,
"path": "79f4514cf69a18b921114f7c094c5a1a.jpeg",
"sources": [
{
"type": "video/mp4",
"url": "https://videodelivery.net/7191aa68604201ae9bba99c590cac3eb/downloads/default.mp4"
},
{
"type": "application/x-mpegURL",
"url": "https://videodelivery.net/7191aa68604201ae9bba99c590cac3eb/manifest/video.m3u8"
}
]
}
Updated over 1 year ago