Struct afi::VFrame[][src]

pub struct VFrame(pub Vec<u8>);

A Video Frame (1/24 of a second)

Methods

impl VFrame
[src]

Get RGBA from color format and index.

Trait Implementations

impl Clone for VFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VFrame

impl Sync for VFrame