ChannelEncoderSettingsVideoDescription

data class ChannelEncoderSettingsVideoDescription(val codecSettings: ChannelEncoderSettingsVideoDescriptionCodecSettings? = null, val height: Int? = null, val name: String, val respondToAfd: String? = null, val scalingBehavior: String? = null, val sharpness: Int? = null, val width: Int? = null)

Constructors

Link copied to clipboard
constructor(codecSettings: ChannelEncoderSettingsVideoDescriptionCodecSettings? = null, height: Int? = null, name: String, respondToAfd: String? = null, scalingBehavior: String? = null, sharpness: Int? = null, width: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val height: Int? = null

Output video height in pixels.

Link copied to clipboard

The name of the video description.

Link copied to clipboard
val respondToAfd: String? = null

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

Link copied to clipboard
val scalingBehavior: String? = null

Behavior on how to scale.

Link copied to clipboard
val sharpness: Int? = null

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

Link copied to clipboard
val width: Int? = null

Output video width in pixels.