mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add ConversionOptions.tracks, add better converstion start timestamp computation, optimize endPacket logic, utilize metadata duration for progress callback for better performance
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ export class EncodedPacketSink {
|
||||
* method will intelligently preload packets based on the speed of the consumer.
|
||||
*
|
||||
* @param startPacket - (optional) The packet from which iteration should begin. This packet will also be yielded.
|
||||
* @param endTimestamp - (optional) The timestamp at which iteration should end. This packet will _not_ be yielded.
|
||||
* @param endPacket - (optional) The packet at which iteration should end. This packet will _not_ be yielded.
|
||||
*/
|
||||
packets(
|
||||
startPacket?: EncodedPacket,
|
||||
|
||||
Reference in New Issue
Block a user