pub unsafe extern "C" fn opus_multistream_encoder_destroy(
st: *mut OpusMSEncoder,
)Expand description
Frees an OpusMSEncoder allocated by
opus_multistream_encoder_create().
@param st OpusMSEncoder*: Multistream encoder state to be freed.
pub unsafe extern "C" fn opus_multistream_encoder_destroy(
st: *mut OpusMSEncoder,
)Frees an OpusMSEncoder allocated by
opus_multistream_encoder_create().
@param st OpusMSEncoder*: Multistream encoder state to be freed.