Skip to main content

Frame

Type Alias Frame 

Source
pub type Frame = u64;
Expand description

A zero-based frame index. Source frames (positions in the original recording) and project frames (positions on the edited timeline) are both Frame; field names and docs disambiguate which space a value lives in. Matches decode::VideoFrame::frame_index’s u64.