EncodedAudioChunk class
The interface of the WebCodecs API represents a chunk of encoded audio data.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- EncodedAudioChunk(EncodedAudioChunkInit init)
-
factory
Properties
- byteLength → int
-
Available on EncodedAudioChunk, provided by the PropsEncodedAudioChunk extension
no setter - duration → int?
-
Available on EncodedAudioChunk, provided by the PropsEncodedAudioChunk 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 EncodedAudioChunk, provided by the PropsEncodedAudioChunk extension
no setter - type → EncodedAudioChunkType
-
Available on EncodedAudioChunk, provided by the PropsEncodedAudioChunk extension
no setter
Methods
-
copyTo(
dynamic destination) → void -
Available on EncodedAudioChunk, provided by the PropsEncodedAudioChunk 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