video
已上传视频的信息。
| Properties | Type | Description |
|---|---|---|
aspect_ratio | string | 视频的宽高比(字符串格式)。 |
height | number | 视频的高度。 |
path | string | 视频的文件名。 |
sources | array of video_source | 视频的源文件。 |
width | number | 视频的宽度。 |
{
"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"
}
]
}