opus_decoder_create abstract method

Pointer<OpusDecoder> opus_decoder_create(
  1. int Fs,
  2. int channels,
  3. Pointer<Int32> error
)

Implementation

ffi.Pointer<OpusDecoder> opus_decoder_create(
    int Fs, int channels, ffi.Pointer<ffi.Int32> error);