opus_custom_decoder_destroy method

void opus_custom_decoder_destroy(
  1. Pointer<OpusCustomDecoder> st
)

Destroys a an decoder state. @paramin st OpusCustomDecoder*: State to be freed.

Implementation

void opus_custom_decoder_destroy(
  ffi.Pointer<OpusCustomDecoder> st,
) {
  _opus_custom_decoder_destroy(st);
}