pub unsafe extern "C" fn aom_codec_get_caps(
    iface: *const aom_codec_iface
) -> aom_codec_caps_t
Expand description

Get the capabilities of an algorithm.

Retrieves the capabilities bitfield from the algorithm’s interface.

\param[in] iface Pointer to the algorithm interface