[][src]Function opus_sys2::opus_encoder_ctl

pub unsafe extern "C" fn opus_encoder_ctl(
    st: *mut OpusEncoder,
    request: c_int,
     ...
) -> c_int

Perform a CTL function on an Opus encoder.

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