onvif
    Preparing search index...

    Interface AnalyticsEngineInput

    Base type defining the common properties of a configuration.

    interface AnalyticsEngineInput {
        metadataInput: MetadataInput;
        name: string;
        sourceIdentification: SourceIdentification;
        token: string;
        useCount: number;
        videoInput: VideoEncoderConfiguration;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    metadataInput: MetadataInput
    name: string

    User readable name. Length up to 64 characters.

    sourceIdentification: SourceIdentification
    token: string

    Token that uniquely references this configuration. Length up to 64 characters.

    useCount: number

    Number of internal references currently using this configuration. This informational parameter is read-only. Deprecated for Media2 Service.