onvif
    Preparing search index...

    Interface SetTrackConfiguration

    interface SetTrackConfiguration {
        recordingToken: string;
        trackConfiguration: TrackConfiguration;
        trackToken: string;
    }
    Index
    recordingToken: string

    Token of the recording the track belongs to.

    trackConfiguration: TrackConfiguration

    New configuration for the track.

    trackToken: string

    Token of the track to be modified.