G711Codec class abstract

Implementers

Constructors

G711Codec()

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

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

Operators

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