onvif
    Preparing search index...

    Interface SetAudioOutputConfiguration

    interface SetAudioOutputConfiguration {
        configuration: AudioOutputConfiguration;
        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.