G711 class

copy from g711.c

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

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

Static Methods

alaw2linear(int a_val) int
alaw2ulaw(int aval) int
linear2alaw(int pcm_val) int
linear2ulaw(int pcm_val) int
ulaw2alaw(int uval) int
ulaw2linear(int u_val) int

Constants

BIAS → const int
CLIP → const int
NSEGS → const int
QUANT_MASK → const int
seg_aend → const List<int>
SEG_MASK → const int
SEG_SHIFT → const int
seg_uend → const List<int>
SIGN_BIT → const int