onvif
    Preparing search index...

    Interface StreamSetup

    interface StreamSetup {
        stream: StreamType;
        transport: Transport;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    stream: StreamType

    Defines if a multicast or unicast stream is requested

    transport: Transport