[][src]Function audiopus_sys::opus_decoder_destroy

pub unsafe extern "C" fn opus_decoder_destroy(st: *mut OpusDecoder)

Frees an OpusDecoder allocated by opus_decoder_create(). @param[in] st OpusDecoder*: State to be freed.