OutputDestination class
Placeholder documentation for OutputDestination
Constructors
-
OutputDestination({String? id, List<
MediaPackageOutputDestinationSettings> ? mediaPackageSettings, MultiplexProgramChannelDestinationSettings? multiplexSettings, List<OutputDestinationSettings> ? settings}) -
OutputDestination.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
User-specified id. This is used in an output group or an output.
final
-
mediaPackageSettings
→ List<
MediaPackageOutputDestinationSettings> ? -
Destination settings for a MediaPackage output; one destination for both
encoders.
final
- multiplexSettings → MultiplexProgramChannelDestinationSettings?
-
Destination settings for a Multiplex output; one destination for both
encoders.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
→ List<
OutputDestinationSettings> ? -
Destination settings for a standard output; one destination for each
redundant encoder.
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