Sha256: 7c9526816f449b9d7d52f4dbf79ad59c397adc7f05a1196811f851c52cb253e2

Contents?: true

Size: 1.61 KB

Versions: 2

Compression:

Stored size: 1.61 KB

Contents

# MuxRuby::UpdateLiveStreamNewAssetSettings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **mp4_support** | **String** | 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] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::UpdateLiveStreamNewAssetSettings.new(
  mp4_support: null,
  master_access: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/UpdateLiveStreamNewAssetSettings.md
mux_ruby-3.19.0 docs/UpdateLiveStreamNewAssetSettings.md