Skip to content

Latest commit

 

History

History
140 lines (78 loc) · 2.71 KB

File metadata and controls

140 lines (78 loc) · 2.71 KB

Yellowstone / H265Transport

Class: H265Transport

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new H265Transport(client, stream, details)

Parameters

Name Type
client RTSPClient
stream Writable
details Details

Defined in

lib/transports/H265Transport.ts:28

Properties

client

client: RTSPClient

Defined in

lib/transports/H265Transport.ts:22


has_donl

has_donl: boolean = false

Defined in

lib/transports/H265Transport.ts:24


rtpPackets

rtpPackets: Buffer[] = []

Defined in

lib/transports/H265Transport.ts:26


stream

stream: Writable

Defined in

lib/transports/H265Transport.ts:23

Methods

processConnectionDetails

processConnectionDetails(details): void

Parameters

Name Type
details Details

Returns

void

Defined in

lib/transports/H265Transport.ts:43


processRTPFrame

processRTPFrame(rtpPackets): void

Parameters

Name Type
rtpPackets Buffer[]

Returns

void

Defined in

lib/transports/H265Transport.ts:77


processRTPPacket

processRTPPacket(packet): void

Parameters

Name Type
packet RTPPacket

Returns

void

Defined in

lib/transports/H265Transport.ts:66