MultiplexProgramPacketIdentifiersMap class

Packet identifiers map for a given Multiplex program.

Constructors

MultiplexProgramPacketIdentifiersMap({List<int>? audioPids, List<int>? dvbSubPids, int? dvbTeletextPid, int? etvPlatformPid, int? etvSignalPid, List<int>? klvDataPids, int? pcrPid, int? pmtPid, int? privateMetadataPid, List<int>? scte27Pids, int? scte35Pid, int? timedMetadataPid, int? videoPid})
MultiplexProgramPacketIdentifiersMap.fromJson(Map<String, dynamic> json)
factory

Properties

audioPids List<int>?
final
dvbSubPids List<int>?
final
dvbTeletextPid int?
final
etvPlatformPid int?
final
etvSignalPid int?
final
hashCode int
The hash code for this object.
no setterinherited
klvDataPids List<int>?
final
pcrPid int?
final
pmtPid int?
final
privateMetadataPid int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scte27Pids List<int>?
final
scte35Pid int?
final
timedMetadataPid int?
final
videoPid int?
final

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