opus_decoder_create method
Implementation
@override
ffi.Pointer<OpusDecoder> opus_decoder_create(
int Fs,
int channels,
ffi.Pointer<ffi.Int32> error,
) {
return _opus_decoder_create(Fs, channels, error);
}
@override
ffi.Pointer<OpusDecoder> opus_decoder_create(
int Fs,
int channels,
ffi.Pointer<ffi.Int32> error,
) {
return _opus_decoder_create(Fs, channels, error);
}