Struct afi::Video[][src]

pub struct Video { /* fields omitted */ }

A Video Buffer (24fps).

Methods

impl Video
[src]

Create a new video buffer.

Get the width and height of the video.

Get the video buffer's color format.

Add frame to the buffer.

Return the number frames in the buffer.

Returns pixels for the next frame on the Queue.

Return the number of channels.

Return the total number of frames in the video.

Auto Trait Implementations

impl Send for Video

impl Sync for Video