onvif
    Preparing search index...

    Interface VideoSourceMode

    interface VideoSourceMode {
        description?: string;
        enabled?: boolean;
        encodings: StringList;
        extension?: VideoSourceModeExtension;
        maxFramerate: number;
        maxResolution: VideoResolution;
        reboot: boolean;
        token: string;
    }
    Index
    description?: string

    Informative description of this video source mode. This field should be described in English.

    enabled?: boolean

    Indication of whether this mode is active. If active this value is true. In case of non-indication, it means as false. The value of true shall be had by only one video source mode.

    encodings: StringList

    Indication which encodings are supported for this video source. The list may contain one or more enumeration values of tt:VideoEncoding.

    maxFramerate: number

    Max frame rate in frames per second for this video source mode.

    maxResolution: VideoResolution

    Max horizontal and vertical resolution for this video source mode.

    reboot: boolean

    After setting the mode if a device starts to reboot this value is true. If a device change the mode without rebooting this value is false. If true, configured parameters may not be guaranteed by the device after rebooting.

    token: string

    Indicate token for video source mode.