opus_custom_encoder_destroy method

void opus_custom_encoder_destroy(
  1. Pointer<OpusCustomEncoder> st
)

Destroys a an encoder state. @paramin st OpusCustomEncoder*: State to be freed.

Implementation

void opus_custom_encoder_destroy(
  ffi.Pointer<OpusCustomEncoder> st,
) {
  _opus_custom_encoder_destroy(st);
}