pub unsafe extern "C" fn opus_encoder_ctl(
st: *mut OpusEncoder,
request: c_int,
...
) -> c_int
Expand description
Perform a CTL function on an Opus encoder. Generally the request and subsequent arguments are generated by a convenience macro.
§Arguments
st
- OpusEncoder*: Encoder state.request
- This and all remaining parameters should be replaced by one of the convenience macros in [opus_genericctls
] or [opus_encoderctls.
]
§See also
[
opus_genericctls
] [opus_encoderctls
]