Enum sqa_ffmpeg::Sample [] [src]

pub enum Sample {
    U8(u8),
    S16(i16),
    S32(i32),
    Float(c_float),
    Double(c_double),
}

One sample, in a given format.

Variants

Methods

impl Sample
[src]

Trait Implementations

impl Copy for Sample
[src]

impl Clone for Sample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sample
[src]

Formats the value using the given formatter.