onvif
    Preparing search index...

    Interface RecordingEncryption

    interface RecordingEncryption {
        asymmetricEncryption?: AsymmetricEncryption;
        key?: unknown;
        KID?: string;
        mode: string;
        track?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    asymmetricEncryption?: AsymmetricEncryption
    key?: unknown

    Key for encrypting content. This parameter is ignored when AsymmetricEncryption is configured. The device shall not include this parameter when reading.

    KID?: string

    Key ID of the associated key for encryption. This parameter is ignored when AsymmetricEncryption is configured.

    mode: string

    Mode of encryption. See tt:EncryptionMode for a list of definitions and capability trc:SupportedEncryptionModes for the supported encryption modes.

    track?: string[]

    Optional list of track tokens to be encrypted. If no track tokens are specified, all tracks are encrypted and no other encryption configurations shall exist for the recording. Each track shall only be contained in one encryption configuration.