ChannelEncoderSettingsAvailBlankingArgs

data class ChannelEncoderSettingsAvailBlankingArgs(val availBlankingImage: Output<ChannelEncoderSettingsAvailBlankingAvailBlankingImageArgs>? = null, val state: Output<String>? = null) : ConvertibleToJava<ChannelEncoderSettingsAvailBlankingArgs>

Constructors

Link copied to clipboard
constructor(availBlankingImage: Output<ChannelEncoderSettingsAvailBlankingAvailBlankingImageArgs>? = null, state: Output<String>? = null)

Properties

Link copied to clipboard

Blanking image to be used. See Avail Blanking Image for more details.

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

When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.

Functions

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