opus_custom_decoder_destroy method
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);
}
Destroys a an decoder state.
@paramin
st OpusCustomDecoder*: State to be freed.
void opus_custom_decoder_destroy(
ffi.Pointer<OpusCustomDecoder> st,
) {
_opus_custom_decoder_destroy(st);
}