@urun-sh/core 0.2.25 → 0.2.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -861,6 +861,9 @@ declare class WebTransportSession implements MediaSession {
861
861
  private firstFrameResolve;
862
862
  private firstFrameReject;
863
863
 
864
+ private firstFrameOutput;
865
+ private firstDecodeTimer;
866
+
864
867
  readonly firstMedia: Promise<void>;
865
868
  constructor(offer: NonNullable<TransportOfferResponse['webtransport']>, sessionId: string, canvas: HTMLCanvasElement);
866
869
 
@@ -875,6 +878,8 @@ declare class WebTransportSession implements MediaSession {
875
878
  private initDecoder;
876
879
 
877
880
  private onDecoderError;
881
+
882
+ private armFirstDecodeDeadline;
878
883
  private datagramLoop;
879
884
  private decodeFrame;
880
885
  private sendControl;
@@ -861,6 +861,9 @@ declare class WebTransportSession implements MediaSession {
861
861
  private firstFrameResolve;
862
862
  private firstFrameReject;
863
863
 
864
+ private firstFrameOutput;
865
+ private firstDecodeTimer;
866
+
864
867
  readonly firstMedia: Promise<void>;
865
868
  constructor(offer: NonNullable<TransportOfferResponse['webtransport']>, sessionId: string, canvas: HTMLCanvasElement);
866
869
 
@@ -875,6 +878,8 @@ declare class WebTransportSession implements MediaSession {
875
878
  private initDecoder;
876
879
 
877
880
  private onDecoderError;
881
+
882
+ private armFirstDecodeDeadline;
878
883
  private datagramLoop;
879
884
  private decodeFrame;
880
885
  private sendControl;