AudioSilenceFailoverSettings class
Placeholder documentation for AudioSilenceFailoverSettings
Constructors
- AudioSilenceFailoverSettings({required String audioSelectorName, int? audioSilenceThresholdMsec})
-
AudioSilenceFailoverSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioSelectorName → String
-
The name of the audio selector in the input that MediaLive should monitor to
detect silence. Select your most important rendition. If you didn't create
an audio selector in this input, leave blank.
final
- audioSilenceThresholdMsec → int?
-
The amount of time (in milliseconds) that the active input must be silent
before automatic input failover occurs. Silence is defined as audio loss or
audio quieter than -50 dBFS.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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