onvif
    Preparing search index...

    Interface OSDConfiguration

    Base class for physical entities like inputs and outputs.

    interface OSDConfiguration {
        extension?: OSDConfigurationExtension;
        image?: OSDImgConfiguration;
        position: OSDPosConfiguration;
        textString?: OSDTextConfiguration;
        token: string;
        type: OSDType;
        videoSourceConfigurationToken: OSDReference;
    }

    Hierarchy (View Summary)

    Index

    Image configuration of OSD. It shall be present when the value of Type field is Image

    Position configuration of OSD.

    Text configuration of OSD. It shall be present when the value of Type field is Text.

    token: string

    Unique identifier referencing the physical entity.

    type: OSDType

    Type of OSD.

    videoSourceConfigurationToken: OSDReference

    Reference to the video source configuration.