Sha256: c5646ce9686fe31ec7f6fa8fe94c37b06095b34fa6e49c434aceddf7fddd70b7

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

# MuxRuby::UpdateAssetMP4SupportRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **mp4_support** | **String** | Specify what level of support for mp4 playback.  * 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).  `none` will delete the MP4s from the asset in question.  | [optional] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::UpdateAssetMP4SupportRequest.new(
  mp4_support: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/UpdateAssetMP4SupportRequest.md
mux_ruby-3.19.0 docs/UpdateAssetMP4SupportRequest.md
mux_ruby-3.18.0 docs/UpdateAssetMP4SupportRequest.md
mux_ruby-3.17.0 docs/UpdateAssetMP4SupportRequest.md
mux_ruby-3.15.0 docs/UpdateAssetMP4SupportRequest.md