onvif
    Preparing search index...

    Interface AudioSource

    Representation of a physical audio input.

    interface AudioSource {
        channels: number;
        token: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    channels: number

    number of available audio channels. (1: mono, 2: stereo)

    token: string

    Unique identifier referencing the physical entity.