Struct y4m::Encoder [] [src]

pub struct Encoder<'e, W: Write + 'e> { /* fields omitted */ }

YUV4MPEG2 encoder.

Methods

impl<'e, W: Write> Encoder<'e, W>
[src]

[src]

Write next frame to the stream.

Trait Implementations

Auto Trait Implementations

impl<'e, W> Send for Encoder<'e, W> where
    W: Send

impl<'e, W> Sync for Encoder<'e, W> where
    W: Sync