opus_decoder_init method

  1. @override
int opus_decoder_init(
  1. Pointer<OpusDecoder> st,
  2. int Fs,
  3. int channels
)
override

Implementation

@override
int opus_decoder_init(
  ffi.Pointer<OpusDecoder> st,
  int Fs,
  int channels,
) {
  return _opus_decoder_init(st, Fs, channels);
}