Channel Encoder Settings Video Description
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
fun ChannelEncoderSettingsVideoDescription(codecSettings: ChannelEncoderSettingsVideoDescriptionCodecSettings? = null, height: Int? = null, name: String, respondToAfd: String? = null, scalingBehavior: String? = null, sharpness: Int? = null, width: Int? = null)