Enum alto::ext::Al [] [src]

pub enum Al {
    ALaw,
    BFormat,
    Double,
    Float32,
    Ima4,
    McFormats,
    MuLaw,
    MuLawBFormat,
    MuLawMcFormats,
    SoftBlockAlignment,
    SoftDeferredUpdates,
    SoftDirectChannels,
    SoftLoopPoints,
    SoftMsadpcm,
    SoftSourceLatency,
    SoftSourceLength,
    SourceDistanceModel,
    SoftSourceSpatialize,
    SoftSourceResampler,
    SoftGainClampEx,
    StereoAngles,
    SourceRadius,
}

Variants

AL_EXT_ALAW

AL_EXT_BFORMAT

AL_EXT_double

AL_EXT_float32

AL_EXT_IMA4

AL_EXT_MCFORMATS

AL_EXT_MULAW

AL_EXT_MULAW_BFORMAT

AL_EXT_MULAW_MCFORMATS

AL_SOFT_block_alignment

AL_SOFT_deferred_updates

AL_SOFT_direct_channels

AL_SOFT_loop_points

AL_SOFT_MSADPCM

AL_SOFT_source_latency

AL_SOFT_source_length

AL_EXT_source_distance_model

AL_SOFT_source_spatialize

AL_SOFT_source_resampler

AL_SOFT_gain_clamp_ex

AL_EXT_STEREO_ANGLES

AL_EXT_SOURCE_RADIUS

Trait Implementations

impl Copy for Al
[src]

impl Clone for Al
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Al
[src]

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

This method tests for !=.

impl Hash for Al
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Al
[src]

impl Debug for Al
[src]

Formats the value using the given formatter.