Skip to main content

FrameSyncVideoRef

Type Alias FrameSyncVideoRef 

Source
pub type FrameSyncVideoRef<'fs> = VideoRef<'fs, FrameSyncVideoFree>;
Expand description

A zero-copy borrowed video frame from a FrameSync capture.

This is the FrameSync spelling of the generic VideoRef; the Receiver spelling is VideoFrameRef. Both share one accessor and Debug implementation. The frame is automatically freed when dropped via NDIlib_framesync_free_video.

Aliased Typeยง

pub struct FrameSyncVideoRef<'fs> { /* private fields */ }