Skip to content

@ralphschuler.webgl shader factory.<internal>.RTCRtpReceiver

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: RTCRtpReceiver

@ralphschuler/webgl-shader-factory.<internal>.RTCRtpReceiver

This WebRTC API interface manages the reception and decoding of data for a MediaStreamTrack on an RTCPeerConnection.

MDN Reference

Table of contents

Properties

Methods

Properties

track

Readonly track: MediaStreamTrack

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18226


transport

Readonly transport: null | RTCDtlsTransport

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18228

Methods

getContributingSources

getContributingSources(): RTCRtpContributingSource[]

MDN Reference

Returns

RTCRtpContributingSource[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18230


getParameters

getParameters(): RTCRtpReceiveParameters

MDN Reference

Returns

RTCRtpReceiveParameters

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18232


getStats

getStats(): Promise<RTCStatsReport>

MDN Reference

Returns

Promise<RTCStatsReport>

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18234


getSynchronizationSources

getSynchronizationSources(): RTCRtpSynchronizationSource[]

MDN Reference

Returns

RTCRtpSynchronizationSource[]

Defined in

node_modules/typescript/lib/lib.dom.d.ts:18236

Typescript Libraries

Modules

Namespaces

Clone this wiki locally