ChannelEncoderSettingsOutputGroupOutputArgs

data class ChannelEncoderSettingsOutputGroupOutputArgs(val audioDescriptionNames: Output<List<String>>? = null, val captionDescriptionNames: Output<List<String>>? = null, val outputName: Output<String>? = null, val outputSettings: Output<ChannelEncoderSettingsOutputGroupOutputOutputSettingsArgs>, val videoDescriptionName: Output<String>? = null) : ConvertibleToJava<ChannelEncoderSettingsOutputGroupOutputArgs>

Constructors

constructor(audioDescriptionNames: Output<List<String>>? = null, captionDescriptionNames: Output<List<String>>? = null, outputName: Output<String>? = null, outputSettings: Output<ChannelEncoderSettingsOutputGroupOutputOutputSettingsArgs>, videoDescriptionName: Output<String>? = null)

Properties

Link copied to clipboard
val audioDescriptionNames: Output<List<String>>? = null

The names of the audio descriptions used as audio sources for the output.

Link copied to clipboard
val captionDescriptionNames: Output<List<String>>? = null

The names of the caption descriptions used as caption sources for the output.

Link copied to clipboard
val outputName: Output<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
val videoDescriptionName: Output<String>? = null

The name of the video description used as video source for the output.

Functions

Link copied to clipboard
open override fun toJava(): ChannelEncoderSettingsOutputGroupOutputArgs