Enum x264_framing::Preset [] [src]

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

An encoder preset.

The variant names are hopefully self-explanatory.

Variants

Methods

impl Preset
[src]

Channels the preset into an arcane incantation fit for the encoder.

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.

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 !=.