Appearance
The type of a packet. Key packets can be decoded without previous packets, while delta packets depend on previous packets.
type PacketType = | 'key' | 'delta';
EncodedPacket.type
InputAudioTrack.determinePacketType()
InputTrack.determinePacketType()
InputVideoTrack.determinePacketType()
new EncodedPacket()