@volcengine/veplayer 2.4.0-rc.0 → 2.4.0-rc.1

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.
package/veplayer.d.ts CHANGED
@@ -5559,6 +5559,7 @@ interface Flv {
5559
5559
  */
5560
5560
  abrPts?: string | number;
5561
5561
  abr?: Abr;
5562
+ mseLowLatency?: boolean;
5562
5563
  }
5563
5564
  /** {zh}
5564
5565
  * @list option
@@ -5610,6 +5611,7 @@ interface Hls {
5610
5611
  */
5611
5612
  enableMSE?: boolean;
5612
5613
  abr?: HlsAbr;
5614
+ mseLowLatency?: boolean;
5613
5615
  }
5614
5616
  /** {zh}
5615
5617
  * @detail api
@@ -10107,6 +10109,7 @@ declare namespace live {
10107
10109
  */
10108
10110
  abrPts?: string | number;
10109
10111
  abr?: Abr;
10112
+ mseLowLatency?: boolean;
10110
10113
  }
10111
10114
  /** {zh}
10112
10115
  * @list option
@@ -10158,6 +10161,7 @@ declare namespace live {
10158
10161
  */
10159
10162
  enableMSE?: boolean;
10160
10163
  abr?: HlsAbr;
10164
+ mseLowLatency?: boolean;
10161
10165
  }
10162
10166
  /** {zh}
10163
10167
  * @detail api
@@ -5559,6 +5559,7 @@ interface Flv {
5559
5559
  */
5560
5560
  abrPts?: string | number;
5561
5561
  abr?: Abr;
5562
+ mseLowLatency?: boolean;
5562
5563
  }
5563
5564
  /** {zh}
5564
5565
  * @list option
@@ -5610,6 +5611,7 @@ interface Hls {
5610
5611
  */
5611
5612
  enableMSE?: boolean;
5612
5613
  abr?: HlsAbr;
5614
+ mseLowLatency?: boolean;
5613
5615
  }
5614
5616
  /** {zh}
5615
5617
  * @detail api
@@ -10107,6 +10109,7 @@ declare namespace live {
10107
10109
  */
10108
10110
  abrPts?: string | number;
10109
10111
  abr?: Abr;
10112
+ mseLowLatency?: boolean;
10110
10113
  }
10111
10114
  /** {zh}
10112
10115
  * @list option
@@ -10158,6 +10161,7 @@ declare namespace live {
10158
10161
  */
10159
10162
  enableMSE?: boolean;
10160
10163
  abr?: HlsAbr;
10164
+ mseLowLatency?: boolean;
10161
10165
  }
10162
10166
  /** {zh}
10163
10167
  * @detail api