PacketTableHeader class
A class representing the header of a packet table in a CAF file.
Constructors
- PacketTableHeader({required int numberPackets, required int numberValidFrames, required int primingFrames, required int remainderFrames})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberPackets → int
-
The number of packets in the packet table.
final
- numberValidFrames → int
-
The number of valid frames in the packet table.
final
- primingFrames → int
-
The number of priming frames in the packet table.
final
- remainderFrames → int
-
The number of remainder frames in the packet table.
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