Interface IVEItem

interface IVEItem {
    contianerDiv: HTMLDivElement;
    inUse: boolean;
    isActived: boolean;
    useCount: number;
    veId: string;
    videoElement: HTMLVideoElement;
}

Properties

contianerDiv: HTMLDivElement
inUse: boolean

被video实例使用中

isActived: boolean

已激活,可自动播放

useCount: number

使用次数

veId: string
videoElement: HTMLVideoElement

Generated using TypeDoc