Enum alto::LoopbackFormatType [] [src]

pub enum LoopbackFormatType {
    U8,
    I16,
    F32,
}

Sample format for a loopback context. Requires ALC_SOFT_loopback

Variants

ALC_UNSIGNED_BYTE_SOFT

ALC_SHORT_SOFT

ALC_FLOAT_SOFT

Trait Implementations

impl Copy for LoopbackFormatType
[src]

impl Clone for LoopbackFormatType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoopbackFormatType
[src]

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

This method tests for !=.

impl Eq for LoopbackFormatType
[src]

impl Debug for LoopbackFormatType
[src]

Formats the value using the given formatter.