ChannelEncoderSettingsVideoDescriptionArgs

data class ChannelEncoderSettingsVideoDescriptionArgs(val codecSettings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsArgs>? = null, val height: Output<Int>? = null, val name: Output<String>, val respondToAfd: Output<String>? = null, val scalingBehavior: Output<String>? = null, val sharpness: Output<Int>? = null, val width: Output<Int>? = null) : ConvertibleToJava<ChannelEncoderSettingsVideoDescriptionArgs>

Constructors

constructor(codecSettings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsArgs>? = null, height: Output<Int>? = null, name: Output<String>, respondToAfd: Output<String>? = null, scalingBehavior: Output<String>? = null, sharpness: Output<Int>? = null, width: Output<Int>? = null)

Properties

Link copied to clipboard

The video codec settings. See Video Codec Settings for more details.

Link copied to clipboard
val height: Output<Int>? = null

Output video height in pixels.

Link copied to clipboard
val name: Output<String>

The name of the video description.

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

Indicate how to respond to the AFD values that might be in the input video.

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

Behavior on how to scale.

Link copied to clipboard
val sharpness: Output<Int>? = null

Changes the strength of the anti-alias filter used for scaling.

Link copied to clipboard
val width: Output<Int>? = null

Output video width in pixels.

Functions

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