ChannelInputAttachmentInputSettings

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deblockFilter: String? = null

Enable or disable the deblock filter when filtering.

Link copied to clipboard
val denoiseFilter: String? = null

Enable or disable the denoise filter when filtering.

Link copied to clipboard
val filterStrength: Int? = null

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

Link copied to clipboard
val inputFilter: 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: Int? = null

PID from which to read SCTE-35 messages.

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.