onvif
    Preparing search index...

    Interface TrackConfiguration

    interface TrackConfiguration {
        description: string;
        trackType: TrackType;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    description: string

    Informative description of the track.

    trackType: TrackType

    Type of the track. It shall be equal to the strings “Video”, “Audio” or “Metadata”. The track shall only be able to hold data of that type.