onvif
    Preparing search index...

    Interface AnalyticsEngineControl

    Base type defining the common properties of a configuration.

    interface AnalyticsEngineControl {
        engineConfigToken: string;
        engineToken: string;
        inputToken?: string[];
        mode: ModeOfOperation;
        multicast?: MulticastConfiguration;
        name: string;
        receiverToken?: string[];
        subscription: Config;
        token: string;
        useCount: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

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

    Token of the analytics engine configuration (VideoAnalyticsConfiguration) in effect.

    engineToken: string

    Token of the analytics engine (AnalyticsEngine) being controlled.

    inputToken?: string[]

    Tokens of the input (AnalyticsEngineInput) configuration applied.

    name: string

    User readable name. Length up to 64 characters.

    receiverToken?: string[]

    Tokens of the receiver providing media input data. The order of ReceiverToken shall exactly match the order of InputToken.

    subscription: Config
    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.