Interface IAEItem

interface IAEItem {
    aeId: string;
    audioElement: HTMLAudioElement;
    inUse: boolean;
    isActived: boolean;
    useCount: number;
}

Properties

aeId: string
audioElement: HTMLAudioElement
inUse: boolean

被audio实例使用中

isActived: boolean

已激活,可自动播放

useCount: number

使用次数

Generated using TypeDoc