ChannelInputAttachmentInputSettingsArgs

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
val deblockFilter: Output<String>? = null

Enable or disable the deblock filter when filtering.

Link copied to clipboard
val denoiseFilter: Output<String>? = null

Enable or disable the denoise filter when filtering.

Link copied to clipboard
val filterStrength: Output<Int>? = null

Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).

Link copied to clipboard
val inputFilter: Output<String>? = null

Turns on the filter for the input.

Link copied to clipboard

Input settings. See Network Input Settings for more details.

Link copied to clipboard
val scte35Pid: Output<Int>? = null

PID from which to read SCTE-35 messages.

Link copied to clipboard
val smpte2038DataPreference: Output<String>? = null

Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in the input.

Link copied to clipboard
val sourceEndBehavior: Output<String>? = null

Loop input if it is a file.

Functions

Link copied to clipboard
open override fun toJava(): ChannelInputAttachmentInputSettingsArgs