Skip to main content

FfmpegOwnedResampler

Type Alias FfmpegOwnedResampler 

Source
pub type FfmpegOwnedResampler = CarrierResampler<Owned>;
Available on crate feature resample only.
Expand description

The resampler, on the owned lane โ€” every produced plane copied out of the output frame.

Aliased Typeยง

pub struct FfmpegOwnedResampler { /* private fields */ }