pub unsafe extern "C" fn opus_decoder_destroy(st: *mut OpusDecoder)Expand description
Frees an OpusDecoder allocated by opus_decoder_create().
ยงArguments
st[in] - OpusDecoder*: State to be freed.
pub unsafe extern "C" fn opus_decoder_destroy(st: *mut OpusDecoder)Frees an OpusDecoder allocated by opus_decoder_create().
st [in] - OpusDecoder*: State to be freed.