@volcengine/veplayer 2.3.0-rc.0 → 2.3.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.
@@ -3256,7 +3256,11 @@ var RTMCodec = /* @__PURE__ */ ((RTMCodec2) => {
3256
3256
  return RTMCodec2;
3257
3257
  })(RTMCodec || {});
3258
3258
  class VePlayerLive extends VePlayerBase {
3259
- /**
3259
+ /** {zh}
3260
+ * @hidden
3261
+ * @param options
3262
+ */
3263
+ /** {en}
3260
3264
  * @hidden
3261
3265
  * @param options
3262
3266
  */
@@ -3266,6 +3270,9 @@ class VePlayerLive extends VePlayerBase {
3266
3270
  /** {zh}
3267
3271
  * @brief 调用此方法开启直播日志上报。
3268
3272
  */
3273
+ /** {en}
3274
+ * @brief Enables log upload.
3275
+ */
3269
3276
  openLog() {
3270
3277
  var _a;
3271
3278
  (_a = this._player.plugins) == null ? void 0 : _a.logger.open();
@@ -3273,6 +3280,9 @@ class VePlayerLive extends VePlayerBase {
3273
3280
  /** {zh}
3274
3281
  * @brief 调用此方法关闭直播日志上报。
3275
3282
  */
3283
+ /** {en}
3284
+ * @brief Disables log upload.
3285
+ */
3276
3286
  closeLog() {
3277
3287
  var _a;
3278
3288
  (_a = this._player.plugins) == null ? void 0 : _a.logger.close();
@@ -3280,6 +3290,9 @@ class VePlayerLive extends VePlayerBase {
3280
3290
  /** {zh}
3281
3291
  * @brief 调用此方法将打开直播信息面板,面板将展示拉流格式、帧率、码率、GOP、视频分辨率、编码方式、Buffer 水位、播放进度等基础信息。如果当前是软解,还会显示软解解码效率和解码消耗。
3282
3292
  */
3293
+ /** {en}
3294
+ * @brief Turns on the information panel, which displays basic information including stream format, frame rate, bitrate, GOP, video resolution, codec, buffer time, and playback progress. If software decoding is used, the software decoding efficiency and CPU consumption will also be displayed.
3295
+ */
3283
3296
  openInfoPanel() {
3284
3297
  var _a;
3285
3298
  (_a = this._player.plugins) == null ? void 0 : _a.infopanel.open();
@@ -3288,6 +3301,10 @@ class VePlayerLive extends VePlayerBase {
3288
3301
  * @brief 调用此方法关闭直播信息面板。
3289
3302
  *
3290
3303
  */
3304
+ /** {en}
3305
+ * @brief Turns off the information panel.
3306
+ *
3307
+ */
3291
3308
  closeInfoPanel() {
3292
3309
  var _a;
3293
3310
  (_a = this._player.plugins) == null ? void 0 : _a.infopanel.close();