Channel Encoder Settings Video Description Codec Settings Args
data class ChannelEncoderSettingsVideoDescriptionCodecSettingsArgs(val frameCaptureSettings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettingsArgs>? = null, val h264Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsArgs>? = null, val h265Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsArgs>? = null) : ConvertibleToJava<ChannelEncoderSettingsVideoDescriptionCodecSettingsArgs>
Constructors
Link copied to clipboard
constructor(frameCaptureSettings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettingsArgs>? = null, h264Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsArgs>? = null, h265Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsArgs>? = null)
Properties
Link copied to clipboard
val frameCaptureSettings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettingsArgs>? = null
Frame capture settings. See Frame Capture Settings for more details.
Link copied to clipboard
val h264Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH264SettingsArgs>? = null
H264 settings. See H264 Settings for more details.
Link copied to clipboard
val h265Settings: Output<ChannelEncoderSettingsVideoDescriptionCodecSettingsH265SettingsArgs>? = null