DartG711Codec class

Created by ipcjs on 2022/1/8.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
law2linear int Function(int law)
final
linear2law int Function(int pcm)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(Uint8List g711) Uint8List
override
encode(Uint8List pcm) Uint8List
override
forcePreloadTable() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pcm16ToUlaw(Uint8List pcm16) Uint8List
inherited
toString() String
A string representation of this object.
inherited
ulawToPcm16(Uint8List g711) Uint8List
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited