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