Sha256: a55c2d813b94d320d017f98cd91298351135564ba1a8af38d2b62591aa8bffe7
Contents?: true
Size: 597 Bytes
Versions: 10
Compression:
Stored size: 597 Bytes
Contents
# MuxRuby::AssetGeneratedSubtitleSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for this subtitle track. | [optional] | | **passthrough** | **String** | Arbitrary metadata set for the subtitle track. Max 255 characters. | [optional] | | **language_code** | **String** | The language to generate subtitles in. | [optional][default to 'en'] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::AssetGeneratedSubtitleSettings.new( name: null, passthrough: null, language_code: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems