Collection of details about the video object that you can use to work with the video object.
Name | Type | Description | Notes |
---|---|---|---|
hls | URI | This is the manifest URL. For HTTP Live Streaming (HLS), when a HLS video stream is initiated, the first file to download is the manifest. This file has the extension M3U8, and provides the video player with information about the various bitrates available for streaming. | [optional] |
iframe | String | Code to use video from a third party website | [optional] |
player | URI | Raw url of the player. | [optional] |
thumbnail | URI | Poster of the video. | [optional] |
mp4 | URI | Available only if mp4Support is enabled. Raw mp4 url. | [optional] |
- Serializable
- DeepObject