Type Alias libaom_sys::aom_kf_mode

source ·
pub type aom_kf_mode = c_uint;
Expand description

Keyframe placement mode.

This enumeration determines whether keyframes are placed automatically by the encoder or whether this behavior is disabled. Older releases of this SDK were implemented such that AOM_KF_FIXED meant keyframes were disabled. This name is confusing for this behavior, so the new symbols to be used are AOM_KF_AUTO and AOM_KF_DISABLED.