pub unsafe extern "C" fn opus_multistream_decoder_destroy(
st: *mut OpusMSDecoder,
)Expand description
Frees an OpusMSDecoder allocated by
opus_multistream_decoder_create().
@param st OpusMSDecoder: Multistream decoder state to be freed.
pub unsafe extern "C" fn opus_multistream_decoder_destroy(
st: *mut OpusMSDecoder,
)Frees an OpusMSDecoder allocated by
opus_multistream_decoder_create().
@param st OpusMSDecoder: Multistream decoder state to be freed.