MultiplexProgramPipelineDetail class

The current source for one of the pipelines in the multiplex.

Constructors

MultiplexProgramPipelineDetail({String? activeChannelPipeline, String? pipelineId})
MultiplexProgramPipelineDetail.fromJson(Map<String, dynamic> json)
factory

Properties

activeChannelPipeline String?
Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex.
final
hashCode int
The hash code for this object.
no setterinherited
pipelineId String?
Identifies a specific pipeline in the multiplex.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited