[ type ] Media
Description:
Describes metadata and streams of the media.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
number | Duration of the media in seconds. Not present for live streams. |
|
Array.<VideoStream> | Array of video streams available in the media. |
|
Array.<AudioStream> | Array of audio streams available in the media. |
|
Array.<SubtitleStream> | Array of subtitle streams available in the media. |
