toggle menu
RootEncoder
androidJvm
switch theme
search in API
encoder
/
com.pedro.encoder.audio
/
G711Codec
G711Codec
class
G711Codec
G711A (pcm-alaw) encoder/decoder
Members
Constructors
G711Codec
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
configure
Link copied to clipboard
fun
configure
(
sampleRate
:
Int
,
channels
:
Int
)
decode
Link copied to clipboard
fun
decode
(
src
:
ByteArray
,
offset
:
Int
,
len
:
Int
)
:
ByteArray
encode
Link copied to clipboard
fun
encode
(
buffer
:
ByteArray
,
offset
:
Int
,
size
:
Int
)
:
ByteArray