EncodedVideoChunk class

The interface of the WebCodecs API represents a chunk of encoded video data.

Available extensions
Annotations
  • @JS.new()
  • @staticInterop

Constructors

EncodedVideoChunk(EncodedVideoChunkInit init)
factory

Properties

byteLength → int

Available on EncodedVideoChunk, provided by the PropsEncodedVideoChunk extension

no setter
duration → int?

Available on EncodedVideoChunk, provided by the PropsEncodedVideoChunk extension

no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timestamp → int

Available on EncodedVideoChunk, provided by the PropsEncodedVideoChunk extension

no setter
type → EncodedVideoChunkType

Available on EncodedVideoChunk, provided by the PropsEncodedVideoChunk extension

no setter

Methods

copyTo(dynamic destination) → void

Available on EncodedVideoChunk, provided by the PropsEncodedVideoChunk extension

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