pub unsafe extern "C" fn yield_video_frame(
frame_number: u64,
address: u64,
len: u64,
)
Expand description
Append a video frame from address..address + len
to the video output stream.
Frame number specifies sequential number of the video frame.
The format of the frame is defined by video_mode
.