Interface NewPipeProducerOptions

interface NewPipeProducerOptions {
    producerId: string;
    islevel: string;
    nsock: Socket<DefaultEventsMap, DefaultEventsMap>;
    parameters: NewPipeProducerParameters;
}

Properties

producerId: string
islevel: string
nsock: Socket<DefaultEventsMap, DefaultEventsMap>