pub unsafe extern "C" fn opus_projection_encoder_ctl(
st: *mut OpusProjectionEncoder,
request: c_int,
...
) -> c_intExpand description
Perform a CTL function on a projection Opus encoder.
Generally the request and subsequent arguments are generated by a convenience macro. @param st OpusProjectionEncoder*: Projection 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, @ref opus_multistream_ctls, or @ref opus_projection_ctls @see opus_genericctls @see opus_encoderctls @see opus_multistream_ctls @see opus_projection_ctls