Channel Input Attachment Input Settings Args
data class ChannelInputAttachmentInputSettingsArgs(val audioSelectors: Output<List<ChannelInputAttachmentInputSettingsAudioSelectorArgs>>? = null, val captionSelectors: Output<List<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>>? = null, val deblockFilter: Output<String>? = null, val denoiseFilter: Output<String>? = null, val filterStrength: Output<Int>? = null, val inputFilter: Output<String>? = null, val networkInputSettings: Output<ChannelInputAttachmentInputSettingsNetworkInputSettingsArgs>? = null, val scte35Pid: Output<Int>? = null, val smpte2038DataPreference: Output<String>? = null, val sourceEndBehavior: Output<String>? = null, val videoSelector: Output<ChannelInputAttachmentInputSettingsVideoSelectorArgs>? = null) : ConvertibleToJava<ChannelInputAttachmentInputSettingsArgs>
Constructors
Link copied to clipboard
constructor(audioSelectors: Output<List<ChannelInputAttachmentInputSettingsAudioSelectorArgs>>? = null, captionSelectors: Output<List<ChannelInputAttachmentInputSettingsCaptionSelectorArgs>>? = null, deblockFilter: Output<String>? = null, denoiseFilter: Output<String>? = null, filterStrength: Output<Int>? = null, inputFilter: Output<String>? = null, networkInputSettings: Output<ChannelInputAttachmentInputSettingsNetworkInputSettingsArgs>? = null, scte35Pid: Output<Int>? = null, smpte2038DataPreference: Output<String>? = null, sourceEndBehavior: Output<String>? = null, videoSelector: Output<ChannelInputAttachmentInputSettingsVideoSelectorArgs>? = null)
Properties
Link copied to clipboard
Used to select the audio stream to decode for inputs that have multiple. See Audio Selectors for more details.
Link copied to clipboard
Used to select the caption input to use for inputs that have multiple available. See Caption Selectors for more details.
Link copied to clipboard
Enable or disable the deblock filter when filtering.
Link copied to clipboard
Enable or disable the denoise filter when filtering.
Link copied to clipboard
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
Link copied to clipboard
Turns on the filter for the input.
Link copied to clipboard
val networkInputSettings: Output<ChannelInputAttachmentInputSettingsNetworkInputSettingsArgs>? = null
Input settings. See Network Input Settings for more details.
Link copied to clipboard
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in the input.
Link copied to clipboard
Loop input if it is a file.
Link copied to clipboard