mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add specific, per-output-format data callbacks & rewrite some logic in the process
This commit is contained in:
+2
-2
@@ -21,8 +21,8 @@ export class EncodedPacket {
|
||||
/** The type of this packet. */
|
||||
public readonly type: PacketType,
|
||||
/**
|
||||
* The timestamp of this packet in seconds. May be negative. Samples with negative end timestamps should not
|
||||
* be presented.
|
||||
* The presentation timestamp of this packet in seconds. May be negative. Samples with negative end timestamps
|
||||
* should not be presented.
|
||||
*/
|
||||
public readonly timestamp: number,
|
||||
/** The duration of this packet in seconds. */
|
||||
|
||||
Reference in New Issue
Block a user