pub unsafe extern "C" fn opus_dred_decoder_ctl(
dred_dec: *mut OpusDREDDecoder,
request: c_int,
...
) -> c_intExpand description
Perform a CTL function on an Opus DRED decoder. Generally the request and subsequent arguments are generated by a convenience macro.
§Arguments
dred_dec- OpusDREDDecoder*: DRED Decoder state.request- This and all remaining parameters should be replaced by one of the convenience macros in [opus_genericctls] or [opus_decoderctls.]
§See also
[
opus_genericctls] [opus_decoderctls]