onvif
    Preparing search index...

    Interface MediaSigningCapabilities

    The capabilities for signing media on a device.

    interface MediaSigningCapabilities {
        mediaSigningSupported?: boolean;
        userMediaSigningKeySupported?: boolean;
    }
    Index
    mediaSigningSupported?: boolean

    Indicates whether the device supports signing of media according to the Media Signing Specification.

    userMediaSigningKeySupported?: boolean

    Indicates whether the device supports signing of media using another key than the factory provisioned one.