Type Alias VaapiPicture

Source
pub type VaapiPicture<M> = Picture<PictureNew, PooledVaSurface<M>>;
Expand description

Shortcut for pictures used for the VAAPI backend.

Aliased Typeยง

struct VaapiPicture<M> { /* private fields */ }