[][src]Function audiopus_sys::opus_multistream_decoder_ctl

pub unsafe extern "C" fn opus_multistream_decoder_ctl(
    st: *mut OpusMSDecoder,
    request: c_int,
    _: ...
) -> c_int

Perform a CTL function on a multistream Opus decoder.

Generally the request and subsequent arguments are generated by a convenience macro. @param st OpusMSDecoder*: Multistream decoder state. @param request This and all remaining parameters should be replaced by one of the convenience macros in @ref opus_genericctls, @ref opus_decoderctls, or @ref opus_multistream_ctls. @see opus_genericctls @see opus_decoderctls @see opus_multistream_ctls