onvif
    Preparing search index...

    Interface VideoSourceMode

    interface VideoSourceMode {
        description?: string;
        enabled?: boolean;
        encodings: StringList;
        maxFramerate: number;
        maxResolution: VideoResolution;
        reboot: boolean;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    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

    List of one or more encodings supported for this video source. For name definitions see tt:VideoEncodingMimeNames, and see IANA Media Types.

    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.