onvif
    Preparing search index...

    Interface AudioEncoder2Configuration

    Base type defining the common properties of a configuration.

    interface AudioEncoder2Configuration {
        bitrate: number;
        encoding: string;
        multicast?: MulticastConfiguration;
        name: string;
        sampleRate: number;
        token: string;
        useCount: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

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

    The output bitrate in kbps.

    encoding: string

    Audio Media Subtype for the audio format. For definitions see tt:AudioEncodingMimeNames and IANA Media Types.

    Optional multicast configuration of the audio stream.

    name: string

    User readable name. Length up to 64 characters.

    sampleRate: number

    The output sample rate in kHz.

    token: string

    Token that uniquely references this configuration. Length up to 64 characters.

    useCount: number

    Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.