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