@ceeblue/web-utils 7.4.0 → 7.5.0

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.
@@ -1199,7 +1199,7 @@ declare namespace EpochTime {
1199
1199
  * (for example, 'latency' is undefined for webrtc).
1200
1200
  * Includes the toCmcd() method to convert stats into a CMCD payload.
1201
1201
  */
1202
- declare class PlayerStats {
1202
+ declare class PlayerStats extends Loggable {
1203
1203
  protocol?: string;
1204
1204
  currentTime?: number;
1205
1205
  waitingData?: boolean;
package/dist/web-utils.js CHANGED
@@ -13373,7 +13373,7 @@ class WebVttTransformStream extends TransformStream {
13373
13373
  * (for example, 'latency' is undefined for webrtc).
13374
13374
  * Includes the toCmcd() method to convert stats into a CMCD payload.
13375
13375
  */
13376
- class PlayerStats {
13376
+ class PlayerStats extends Loggable {
13377
13377
  /**
13378
13378
  * Converts the current {@link PlayerStats} snapshot into a CMCD (Common Media Client Data) payload.
13379
13379
  * @param url - The full URL of the media object.
@@ -13697,4 +13697,4 @@ class UIMetrics {
13697
13697
  * This file is part of https://github.com/CeeblueTV/web-utils which is released under GNU Affero General Public License.
13698
13698
  * See file LICENSE or go to https://spdx.org/licenses/AGPL-3.0-or-later.html for full license details.
13699
13699
  */
13700
- const VERSION = '7.4.0';export{BinaryReader,BinaryWriter,BitReader,ByteRate,index as CML,Connect,EpochTime,EventEmitter,FixMap,Log,LogLevel,Loggable,NetAddress,Numbers,PlayerStats,Queue,SDP,UIMetrics,Util,VERSION,WebSocketReliable,log};//# sourceMappingURL=web-utils.js.map
13700
+ const VERSION = '7.5.0';export{BinaryReader,BinaryWriter,BitReader,ByteRate,index as CML,Connect,EpochTime,EventEmitter,FixMap,Log,LogLevel,Loggable,NetAddress,Numbers,PlayerStats,Queue,SDP,UIMetrics,Util,VERSION,WebSocketReliable,log};//# sourceMappingURL=web-utils.js.map