Channel Encoder Settings Video Description Codec Settings
data class ChannelEncoderSettingsVideoDescriptionCodecSettings(val frameCaptureSettings: ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings? = null, val h264Settings: ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings? = null, val h265Settings: ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings? = null)
Constructors
Link copied to clipboard
constructor(frameCaptureSettings: ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings? = null, h264Settings: ChannelEncoderSettingsVideoDescriptionCodecSettingsH264Settings? = null, h265Settings: ChannelEncoderSettingsVideoDescriptionCodecSettingsH265Settings? = null)
Properties
Link copied to clipboard
val frameCaptureSettings: ChannelEncoderSettingsVideoDescriptionCodecSettingsFrameCaptureSettings? = null
Frame capture settings. See Frame Capture Settings for more details.
Link copied to clipboard
H264 settings. See H264 Settings for more details.
Link copied to clipboard