Enum tidal::Quality [] [src]

pub enum Quality {
    LOW,
    HIGH,
    LOSSLESS,
    HI_RES,
}

Variants

Trait Implementations

impl Debug for Quality
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Quality

impl Sync for Quality