Channel Input Attachment Input Settings
data class ChannelInputAttachmentInputSettings(val audioSelectors: List<ChannelInputAttachmentInputSettingsAudioSelector>? = null, val captionSelectors: List<ChannelInputAttachmentInputSettingsCaptionSelector>? = null, val deblockFilter: String? = null, val denoiseFilter: String? = null, val filterStrength: Int? = null, val inputFilter: String? = null, val networkInputSettings: ChannelInputAttachmentInputSettingsNetworkInputSettings? = null, val scte35Pid: Int? = null, val smpte2038DataPreference: String? = null, val sourceEndBehavior: String? = null, val videoSelector: ChannelInputAttachmentInputSettingsVideoSelector? = null)
Constructors
Link copied to clipboard
fun ChannelInputAttachmentInputSettings(audioSelectors: List<ChannelInputAttachmentInputSettingsAudioSelector>? = null, captionSelectors: List<ChannelInputAttachmentInputSettingsCaptionSelector>? = null, deblockFilter: String? = null, denoiseFilter: String? = null, filterStrength: Int? = null, inputFilter: String? = null, networkInputSettings: ChannelInputAttachmentInputSettingsNetworkInputSettings? = null, scte35Pid: Int? = null, smpte2038DataPreference: String? = null, sourceEndBehavior: String? = null, videoSelector: ChannelInputAttachmentInputSettingsVideoSelector? = null)