RTCEncodedVideoFrame extension type

The RTCEncodedVideoFrame of the WebRTC API represents an encoded video frame in the WebRTC receiver or sender pipeline, which may be modified using a WebRTC Encoded Transform.

Note: This feature is available in Dedicated Web Workers.

on
Implemented types

Properties

data JSArrayBuffer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RTCEncodedVideoFrameType
no setter

Methods

getMetadata() RTCEncodedVideoFrameMetadata
The getMetadata() method of the RTCEncodedVideoFrame interface returns an object containing the metadata associated with the frame.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited