InputSettings class

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

Constructors

InputSettings({List<AudioSelector>? audioSelectors, List<CaptionSelector>? captionSelectors, InputDeblockFilter? deblockFilter, InputDenoiseFilter? denoiseFilter, int? filterStrength, InputFilter? inputFilter, NetworkInputSettings? networkInputSettings, Smpte2038DataPreference? smpte2038DataPreference, InputSourceEndBehavior? sourceEndBehavior, VideoSelector? videoSelector})
InputSettings.fromJson(Map<String, dynamic> json)
factory

Properties

audioSelectors List<AudioSelector>?
Used to select the audio stream to decode for inputs that have multiple available.
final
captionSelectors List<CaptionSelector>?
Used to select the caption input to use for inputs that have multiple available.
final
deblockFilter InputDeblockFilter?
Enable or disable the deblock filter when filtering.
final
denoiseFilter InputDenoiseFilter?
Enable or disable the denoise filter when filtering.
final
filterStrength int?
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
final
hashCode int
The hash code for this object.
no setterinherited
inputFilter InputFilter?
Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default.
final
networkInputSettings NetworkInputSettings?
Input settings.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smpte2038DataPreference Smpte2038DataPreference?
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.
final
sourceEndBehavior InputSourceEndBehavior?
Loop input if it is a file. This allows a file input to be streamed indefinitely.
final
videoSelector VideoSelector?
Informs which video elementary stream to decode for input types that have multiple available.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited