Struct aci_png::PngEncoder

source ·
pub struct PngEncoder { /* private fields */ }
Expand description

Encoder for PNG/APNG.

Trait Implementations

Create a new encoder for this video.
Encode a frame (24fps) and return appended data.
Finish the encoding and return appended data.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.