@hyext/types-ext-sdk-hy 3.14.1-beta.17 → 3.14.1-beta.18
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -8039,10 +8039,12 @@ type ComponentLayout = {
|
|
|
8039
8039
|
* 实时点播模式
|
|
8040
8040
|
* @property url - 视频url
|
|
8041
8041
|
* @property cdnName - CDN域名
|
|
8042
|
+
* @property isEnd - 是否是最后一个8视频,播放器播完状态会返回播放结束
|
|
8042
8043
|
*/
|
|
8043
8044
|
type LiveVodModeInfo = {
|
|
8044
8045
|
url: string;
|
|
8045
8046
|
cdnName: string;
|
|
8047
|
+
isEnd: boolean;
|
|
8046
8048
|
};
|
|
8047
8049
|
|
|
8048
8050
|
/**
|