onvif
    Preparing search index...

    Interface RecordingTargetConfiguration

    interface RecordingTargetConfiguration {
        encryption?: RecordingEncryption[];
        format: string;
        postfix?: string;
        prefix?: string;
        segmentDuration: string;
        segmentDurationOverride?: SegmentDurationOverride;
        spanDuration?: string;
        storage: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    encryption?: RecordingEncryption[]

    Optional encryption configuration. See capability trc:EncryptionEntryLimit for the number of supported entries. By specifying multiple encryption entries per recording, different tracks can be encrypted with different configurations. Each track shall only be contained in one encryption configuration.

    format: string

    Format of the recording. See tt:TargetFormat for a list of definitions and capability trc:SupportedTargetFormats for the supported formats.

    postfix?: string

    Path postfix to be inserted in the object key.

    prefix?: string

    Path prefix to be inserted in the object key.

    segmentDuration: string

    Maximum duration of a segment.

    segmentDurationOverride?: SegmentDurationOverride

    Value of the active OverrideSegmentDuration parameters if one exists. (readonly)

    spanDuration?: string

    Maximum duration of a span.

    storage: string

    Token of a storage configuration.