Skip to main content

OwnedVideoFrame

Type Alias OwnedVideoFrame 

Source
pub type OwnedVideoFrame = VideoFrame<PixelFormat, VideoFrameExtra, FfmpegBytes>;
Expand description

VideoFrame on the owned lane — planes copied out of the decoder’s buffer, so the frame outlives it and the pool slot goes straight back.

Aliased Type§

pub struct OwnedVideoFrame { /* private fields */ }