Channel Encoder Settings Output Group Output
data class ChannelEncoderSettingsOutputGroupOutput(val audioDescriptionNames: List<String>? = null, val captionDescriptionNames: List<String>? = null, val outputName: String? = null, val outputSettings: ChannelEncoderSettingsOutputGroupOutputOutputSettings, val videoDescriptionName: String? = null)
Properties
Link copied to clipboard
The names of the audio descriptions used as audio sources for the output.
Link copied to clipboard
The names of the caption descriptions used as caption sources for the output.
Link copied to clipboard
The name used to identify an output.
Link copied to clipboard
Settings for output. See Output Settings for more details.
Link copied to clipboard
The name of the video description used as video source for the output.