onvif
    Preparing search index...

    Interface SetVideoSourceConfiguration

    interface SetVideoSourceConfiguration {
        configuration: VideoSourceConfiguration;
        forcePersistence: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    forcePersistence: boolean

    The ForcePersistence element determines how configuration changes shall be stored. If true, changes shall be persistent. If false, changes MAY revert to previous values after reboot.