M3u8Settings class
Settings information for the .m3u8 container
Constructors
- M3u8Settings({int? audioFramesPerPes, String? audioPids, String? ecmPid, M3u8NielsenId3Behavior? nielsenId3Behavior, int? patInterval, M3u8PcrControl? pcrControl, int? pcrPeriod, String? pcrPid, int? pmtInterval, String? pmtPid, int? programNum, M3u8Scte35Behavior? scte35Behavior, String? scte35Pid, M3u8TimedMetadataBehavior? timedMetadataBehavior, String? timedMetadataPid, int? transportStreamId, String? videoPid})
-
M3u8Settings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioFramesPerPes → int?
-
The number of audio frames to insert for each PES packet.
final
- audioPids → String?
-
Packet Identifier (PID) of the elementary audio stream(s) in the transport
stream. Multiple values are accepted, and can be entered in ranges and/or by
comma separation. Can be entered as decimal or hexadecimal values.
final
- ecmPid → String?
-
This parameter is unused and deprecated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nielsenId3Behavior → M3u8NielsenId3Behavior?
-
If set to passthrough, Nielsen inaudible tones for media tracking will be
detected in the input audio and an equivalent ID3 tag will be inserted in
the output.
final
- patInterval → int?
-
The number of milliseconds between instances of this table in the output
transport stream. A value of "0" writes out the PMT once per segment file.
final
- pcrControl → M3u8PcrControl?
-
When set to pcrEveryPesPacket, a Program Clock Reference value is inserted
for every Packetized Elementary Stream (PES) header. This parameter is
effective only when the PCR PID is the same as the video or audio elementary
stream.
final
- pcrPeriod → int?
-
Maximum time in milliseconds between Program Clock References (PCRs)
inserted into the transport stream.
final
- pcrPid → String?
-
Packet Identifier (PID) of the Program Clock Reference (PCR) in the
transport stream. When no value is given, the encoder will assign the same
value as the Video PID. Can be entered as a decimal or hexadecimal value.
final
- pmtInterval → int?
-
The number of milliseconds between instances of this table in the output
transport stream. A value of "0" writes out the PMT once per segment file.
final
- pmtPid → String?
-
Packet Identifier (PID) for the Program Map Table (PMT) in the transport
stream. Can be entered as a decimal or hexadecimal value.
final
- programNum → int?
-
The value of the program number field in the Program Map Table.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scte35Behavior → M3u8Scte35Behavior?
-
If set to passthrough, passes any SCTE-35 signals from the input source to
this output.
final
- scte35Pid → String?
-
Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can
be entered as a decimal or hexadecimal value.
final
- timedMetadataBehavior → M3u8TimedMetadataBehavior?
-
When set to passthrough, timed metadata is passed through from input to
output.
final
- timedMetadataPid → String?
-
Packet Identifier (PID) of the timed metadata stream in the transport
stream. Can be entered as a decimal or hexadecimal value. Valid values are
32 (or 0x20)..8182 (or 0x1ff6).
final
- transportStreamId → int?
-
The value of the transport stream ID field in the Program Map Table.
final
- videoPid → String?
-
Packet Identifier (PID) of the elementary video stream in the transport
stream. Can be entered as a decimal or hexadecimal value.
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