menu
opus_codec_dart package
documentation
wrappers/opus_decoder.dart
OpusDecoderFunctions
opus_decoder_init abstract method
opus_decoder_init abstract method
dark_mode
light_mode
opus_decoder_init
abstract method
int
opus_decoder_init
(
Pointer
<
OpusDecoder
>
st
,
int
Fs
,
int
channels
)
Implementation
int opus_decoder_init(ffi.Pointer<OpusDecoder> st, int Fs, int channels);
opus_codec_dart package
documentation
wrappers/opus_decoder
OpusDecoderFunctions
opus_decoder_init abstract method
OpusDecoderFunctions class