pub unsafe extern "C" fn b3RecPlayer_SeekFrame(
player: *mut b3RecPlayer,
targetFrame: c_int,
)Expand description
Seek to a specific frame. Forward seek steps op-by-op; backward seek restores the nearest keyframe then re-steps the remaining gap.