Skip to main content

VideoFrameRef

Type Alias VideoFrameRef 

Source
pub type VideoFrameRef<'rx> = VideoRef<'rx, VideoKind>;
Expand description

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

This is the receiver spelling of the generic VideoRef; the FrameSync spelling is FrameSyncVideoRef. Both share one accessor and Debug implementation.

Aliased Typeยง

pub struct VideoFrameRef<'rx> { /* private fields */ }