[][src]Function audiopus_sys::opus_multistream_encoder_ctl

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

Perform a CTL function on a multistream Opus encoder.

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