onvif
    Preparing search index...

    Interface VideoOutputConfiguration

    Base type defining the common properties of a configuration.

    interface VideoOutputConfiguration {
        name: string;
        outputToken: string;
        token: string;
        useCount: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

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

    User readable name. Length up to 64 characters.

    outputToken: string

    Token of the Video Output the configuration applies to

    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.