AudioInfo class

What decoding discovered about a clip, replicated to every isolate copy.

Byte length only, for now. Duration and sample rate need a decoder, and inventing them from a header would be a guess reported as a fact - when a backend lands it can publish them here, which is what AssetInfo is for.

Inheritance

Constructors

AudioInfo(int byteLength, AudioContainer format)
const

Properties

byteLength int
final
format AudioContainer
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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