ADPCM class

Constructors

ADPCM()

Properties

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

Methods

decodeAdpcm(BluetoothData data) List<int>
Decode ADPCM data
decodeAdpcmFor10Or12BitAnd100ms(Int16List output, int var1, Uint8List input, int var3, int var4, int var5, int var6, int var7, int var8) List<int>
Decode ADPCM data for 10 or 12-bit and 100ms
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