Enum x264::Preset[][src]

pub enum Preset {
    Ultrafast,
    Superfast,
    Veryfast,
    Faster,
    Fast,
    Medium,
    Slow,
    Slower,
    Veryslow,
    Placebo,
}

An encoder preset, which should handle most of the configuration.

Variants

Trait Implementations

impl Clone for Preset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Preset
[src]

impl Hash for Preset
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Preset
[src]

Formats the value using the given formatter. Read more

impl Eq for Preset
[src]

impl PartialEq for Preset
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Preset

impl Sync for Preset