Skip to main content

FrameNumber

Type Alias FrameNumber 

Source
pub type FrameNumber = u32;
Expand description

A frame’s index in presentation order.

This is intentionally u32 because we do not expect to handle videos with more than u32::MAX frames.