onvif
    Preparing search index...

    Interface CreateTrack

    interface CreateTrack {
        recordingToken: string;
        trackConfiguration: TrackConfiguration;
    }
    Index
    recordingToken: string

    Identifies the recording to which a track shall be added.

    trackConfiguration: TrackConfiguration

    The configuration of the new track.