onvif
    Preparing search index...

    Interface TrackInformation

    interface TrackInformation {
        dataFrom: Date;
        dataTo: Date;
        description: string;
        trackToken: string;
        trackType: TrackType;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    dataFrom: Date

    The start date and time of the oldest recorded data in the track.

    dataTo: Date

    The stop date and time of the newest recorded data in the track.

    description: string

    Informative description of the contents of the track.

    trackToken: string
    trackType: TrackType

    Type of the track: "Video", "Audio" or "Metadata". The track shall only be able to hold data of that type.