MaDecoder class

Constructors

MaDecoder({required AudioInputDataSource dataSource, SampleFormat? sampleFormat, int? channels, int? sampleRate, AudioChannelMixMode channelMixMode = AudioChannelMixMode.simple, AudioDitherMode ditherMode = AudioDitherMode.none})

Properties

availableFrames int
no setter
cursorInFrames int
getter/setter pair
dataSource AudioInputDataSource
final
hashCode int
The hash code for this object.
no setterinherited
lengthInFrames int
no setter
originalFormat AudioFormat
latefinal
outputFormat AudioFormat
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(AudioBuffer destination) AudioDecodeResult
dispose() → void
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