InputSettings

Live Event input parameters. There can be multiple inputs in a single Live Event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used to select the audio stream to decode for inputs that have multiple available.

Link copied to clipboard

Used to select the caption input to use for inputs that have multiple available.

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 this input. MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering will be applied depending on input type/quality 2) disabled - no filtering will be applied to the input 3) forced - filtering will be applied regardless of input type

Link copied to clipboard
Link copied to clipboard

PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.

Link copied to clipboard

Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages. - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any). - IGNORE: Never extract any ancillary data from SMPTE-2038.

Link copied to clipboard

Loop input if it is a file. This allows a file input to be streamed indefinitely.

Link copied to clipboard

Informs which video elementary stream to decode for input types that have multiple available.

Functions

Link copied to clipboard
inline fun copy(block: InputSettings.Builder.() -> Unit = {}): InputSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String