Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.06 KB

UpdateLiveStreamNewAssetSettings.md

File metadata and controls

12 lines (9 loc) · 2.06 KB

# UpdateLiveStreamNewAssetSettings

Properties

Name Type Description Notes
mp4_support string Deprecated. See the Static Renditions API for the updated API. Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The `none` option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. * The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). [optional]
master_access string Add or remove access to the master version of the video. [optional]
video_quality string The video quality controls the cost, quality, and available platform features for the asset. See the video quality guide for more details. [optional]
meta \MuxPhp\Models\AssetMetadata [optional]

[Back to Model list] [Back to API list] [Back to README]