ChannelEncoderSettingsOutputGroupOutput

data class ChannelEncoderSettingsOutputGroupOutput(val audioDescriptionNames: List<String>? = null, val captionDescriptionNames: List<String>? = null, val outputName: String? = null, val outputSettings: ChannelEncoderSettingsOutputGroupOutputOutputSettings, val videoDescriptionName: String? = null)

Constructors

Link copied to clipboard
constructor(audioDescriptionNames: List<String>? = null, captionDescriptionNames: List<String>? = null, outputName: String? = null, outputSettings: ChannelEncoderSettingsOutputGroupOutputOutputSettings, videoDescriptionName: String? = null)

Types

Link copied to clipboard
object Companion

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
val outputName: String? = null

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.