Enum sqa_ffmpeg::SampleFormat [] [src]

pub enum SampleFormat {
    U8(bool),
    S16(bool),
    S32(bool),
    Float(bool),
    Double(bool),
}

The sample format of a stream.

Variants

Methods

impl SampleFormat
[src]

Ascertain whether the sample format is planar (that is, non-interleaved).

Trait Implementations

impl Copy for SampleFormat
[src]

impl Clone for SampleFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SampleFormat
[src]

Formats the value using the given formatter.