@volcengine/veplayer 1.9.5-rc.0 → 1.9.6-rc.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.
- package/index.d.ts +3 -1
- package/index.min.js +2 -2
- package/package.json +1 -1
- package/plugin/flv.js +1 -1
package/index.d.ts
CHANGED
|
@@ -4518,7 +4518,9 @@ declare class VePlayer {
|
|
|
4518
4518
|
* @notes 更换后,会从更换前的时间点继续播放。
|
|
4519
4519
|
* @param url 视频播放地址。
|
|
4520
4520
|
*/
|
|
4521
|
-
switchURL(url: Url
|
|
4521
|
+
switchURL(url: Url, options?: {
|
|
4522
|
+
seamless?: boolean;
|
|
4523
|
+
}): Promise<void>;
|
|
4522
4524
|
/** {zh}
|
|
4523
4525
|
* @memberof VePlayer
|
|
4524
4526
|
* @brief 针对不同格式的视频,重建播放器内核播放下一个视频。
|