Struct alto::ext::AL_SOFT_source_resampler [] [src]

pub struct AL_SOFT_source_resampler {
    pub AL_NUM_RESAMPLERS_SOFT: AlExtResult<ALenum>,
    pub AL_DEFAULT_RESAMPLER_SOFT: AlExtResult<ALenum>,
    pub AL_SOURCE_RESAMPLER_SOFT: AlExtResult<ALenum>,
    pub AL_RESAMPLER_NAME_SOFT: AlExtResult<ALenum>,
    pub alGetStringiSOFT: AlExtResult<unsafe extern "C" fn(_: ALenum, _: ALsizei) -> *const ALchar>,
}

Fields

Methods

impl AL_SOFT_source_resampler
[src]

Trait Implementations

impl Debug for AL_SOFT_source_resampler
[src]

Formats the value using the given formatter.