Documentation
    Preparing search index...

    Interface AudioAuxObject

    interface AudioAuxObject {
        available: boolean;
        name: string;
        source: AnySourceRef;
        sourceOptions: AnySourceRef[];
    }
    Index

    Properties

    available: boolean
    name: string
    source: AnySourceRef
    sourceOptions: AnySourceRef[]