Skip to main content

ZWINDER_DEFAULT_KEYFRAME_INTERVAL

Constant ZWINDER_DEFAULT_KEYFRAME_INTERVAL 

Source
pub const ZWINDER_DEFAULT_KEYFRAME_INTERVAL: u32 = 16;
Expand description

Default keyframe interval: every Nth stored frame is a full keyframe.

The rest are deltas against the preceding keyframe. A smaller interval costs more bytes but bounds the per-restore delta-walk; 16 is a good balance.