MultiplexProgramSettings class
Multiplex Program settings configuration.
Constructors
- MultiplexProgramSettings({required int programNumber, PreferredChannelPipeline? preferredChannelPipeline, MultiplexProgramServiceDescriptor? serviceDescriptor, MultiplexVideoSettings? videoSettings})
-
MultiplexProgramSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- preferredChannelPipeline → PreferredChannelPipeline?
-
Indicates which pipeline is preferred by the multiplex for program ingest.
final
- programNumber → int
-
Unique program number.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceDescriptor → MultiplexProgramServiceDescriptor?
-
Transport stream service descriptor configuration for the Multiplex program.
final
- videoSettings → MultiplexVideoSettings?
-
Program video settings configuration.
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