Sha256: f8d6813e4a86708ca5f6cfed83254b1e770b5ab3eeb19a2dc59e6a01a28bc7ff
Contents?: true
Size: 839 Bytes
Versions: 21
Compression:
Stored size: 839 Bytes
Contents
# MuxRuby::LiveStreamEmbeddedSubtitleSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for this live stream closed caption track. | [optional] | | **passthrough** | **String** | Arbitrary user-supplied metadata set for the live stream closed caption track. Max 255 characters. | [optional] | | **language_code** | **String** | The language of the closed caption stream. Value must be BCP 47 compliant. | [optional][default to 'en'] | | **language_channel** | **String** | CEA-608 caption channel to read data from. | [optional][default to 'cc1'] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::LiveStreamEmbeddedSubtitleSettings.new( name: null, passthrough: null, language_code: null, language_channel: null ) ```
Version data entries
21 entries across 21 versions & 1 rubygems