@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface AudioResourceJson

    interface AudioResourceJson {
        autoplay: boolean;
        caption: JsonText;
        copyright: string;
        duration: number;
        format: string;
        license: string;
        mute: boolean;
        provider: string;
        search: string;
        selected: boolean;
        showInIndex: boolean;
        src: string;
        srcAlt: string[];
    }

    Hierarchy (View Summary)

    Index
    autoplay: boolean
    caption: JsonText
    copyright: string
    duration: number
    format: string
    license: string
    mute: boolean
    provider: string
    search: string
    selected: boolean
    showInIndex: boolean
    src: string
    srcAlt: string[]