onvif
    Preparing search index...

    Interface VideoRateControl2

    interface VideoRateControl2 {
        bitrateLimit: number;
        constantBitRate?: boolean;
        frameRateLimit: number;
        [key: string]: unknown;
    }

    Indexable

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

    the maximum output bitrate in kbps

    constantBitRate?: boolean

    Enforce constant bitrate.

    frameRateLimit: number

    Desired frame rate in fps. The actual rate may be lower due to e.g. performance limitations.