Trait x264_framing::Format [] [src]

pub unsafe trait Format {
    fn colorspace() -> c_int;
fn plane_count() -> c_int; }

An image format.

Required Methods

The colorspace.

The number of planes.

Implementors