RTCEncodedVideoFrame extension type
@AvailableInWorkers("window_and_dedicated")
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.
API documentation sourced from MDN Web Docs.
- on
- Implemented types
- Available extensions
Properties
- data ↔ JSArrayBuffer
-
@AvailableInWorkers("window_and_dedicated")
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
-
@AvailableInWorkers("window_and_dedicated")
no setter
Methods
-
getMetadata(
) → RTCEncodedVideoFrameMetadata - @AvailableInWorkers("window_and_dedicated")
-
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