onvif
    Preparing search index...

    Interface OnvifServices

    interface OnvifServices {
        actionengine?: URL;
        analytics?: URL;
        analyticsDevice?: URL;
        device?: URL;
        deviceIO?: URL;
        display?: URL;
        doorcontrol?: URL;
        events?: URL;
        imaging?: URL;
        media?: URL;
        media2?: URL;
        PTZ?: URL;
        receiver?: URL;
        recording?: URL;
        replay?: URL;
        search?: URL;
        [key: string]: URL | undefined;
    }

    Indexable

    • [key: string]: URL | undefined
    Index
    actionengine?: URL
    analytics?: URL
    analyticsDevice?: URL
    device?: URL
    deviceIO?: URL
    display?: URL
    doorcontrol?: URL
    events?: URL
    imaging?: URL
    media?: URL
    media2?: URL
    PTZ?: URL
    receiver?: URL
    recording?: URL
    replay?: URL
    search?: URL