Output class
Output settings. There can be multiple outputs within a group.
Constructors
-
Output({required OutputSettings outputSettings, List<
String> ? audioDescriptionNames, String? outputName, String? videoDescriptionName}) -
Output.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
audioDescriptionNames
→ List<
String> ? -
The names of the AudioDescriptions used as audio sources for this output.
final
-
The names of the CaptionDescriptions used as caption sources for this
output.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputName → String?
-
The name used to identify an output.
final
- outputSettings → OutputSettings
-
Output type-specific settings.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoDescriptionName → String?
-
The name of the VideoDescription used as the source for this output.
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