GlobalConfiguration class
Global Configuration
Constructors
- GlobalConfiguration({int? initialAudioGain, GlobalConfigurationInputEndAction? inputEndAction, InputLossBehavior? inputLossBehavior, GlobalConfigurationOutputLockingMode? outputLockingMode, GlobalConfigurationOutputTimingSource? outputTimingSource, GlobalConfigurationLowFramerateInputs? supportLowFramerateInputs})
-
GlobalConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialAudioGain → int?
-
Value to set the initial audio gain for the Live Event.
final
- inputEndAction → GlobalConfigurationInputEndAction?
-
Indicates the action to take when the current input completes (e.g.
end-of-file). When switchAndLoopInputs is configured the encoder will
restart at the beginning of the first input. When "none" is configured the
encoder will transcode either black, a solid color, or a user specified
slate images per the "Input Loss Behavior" configuration until the next
input switch occurs (which is controlled through the Channel Schedule API).
final
- inputLossBehavior → InputLossBehavior?
-
Settings for system actions when input is lost.
final
- outputLockingMode → GlobalConfigurationOutputLockingMode?
-
Indicates how MediaLive pipelines are synchronized.
final
- outputTimingSource → GlobalConfigurationOutputTimingSource?
-
Indicates whether the rate of frames emitted by the Live encoder should be
paced by its system clock (which optionally may be locked to another source
via NTP) or should be locked to the clock of the source that is providing
the input stream.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportLowFramerateInputs → GlobalConfigurationLowFramerateInputs?
-
Adjusts video input buffer for streams with very low video framerates. This
is commonly set to enabled for music channels with less than one video frame
per second.
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