onvif
    Preparing search index...

    Interface AudioEncoderConfiguration

    Base type defining the common properties of a configuration.

    interface AudioEncoderConfiguration {
        bitrate: number;
        encoding: AudioEncoding;
        multicast: MulticastConfiguration;
        name: string;
        sampleRate: number;
        sessionTimeout: string;
        token: string;
        useCount: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

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

    The output bitrate in kbps.

    encoding: AudioEncoding

    Audio codec used for encoding the audio input (either G.711, G.726 or AAC)

    Defines the multicast settings that could be used for video streaming.

    name: string

    User readable name. Length up to 64 characters.

    sampleRate: number

    The output sample rate in kHz.

    sessionTimeout: string

    The rtsp session timeout for the related audio stream

    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.