Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 1.82 KB

File metadata and controls

87 lines (48 loc) · 1.82 KB

Yellowstone / ONVIFMetadataTransport

Class: ONVIFMetadataTransport

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ONVIFMetadataTransport(client, stream, details)

Parameters

Name Type
client RTSPClient
stream Writable
details Details

Defined in

lib/transports/ONVIFMetadataTransport.ts:24

Properties

client

client: RTSPClient

Defined in

lib/transports/ONVIFMetadataTransport.ts:20


stream

stream: Writable

Defined in

lib/transports/ONVIFMetadataTransport.ts:21


xml

xml: string

Defined in

lib/transports/ONVIFMetadataTransport.ts:22

Methods

processRTPPacket

processRTPPacket(packet): void

Parameters

Name Type
packet RTPPacket

Returns

void

Defined in

lib/transports/ONVIFMetadataTransport.ts:36