Struct alto::Buffer [] [src]

pub struct Buffer<'d: 'c, 'c> { /* fields omitted */ }

An audio buffer of any format.

Methods

impl<'d: 'c, 'c> Buffer<'d, 'c>
[src]

Context from which this buffer was created.

Raw handle as provided by OpenAL.

alBufferData()

alGetBufferi(AL_FREQUENCY)

alGetBufferi(AL_BITS)

alGetBufferi(AL_CHANNELS)

alGetBufferi(AL_SIZE)

alGetBufferiv(AL_LOOP_POINTS_SOFT) Requires AL_SOFT_loop_points

alBufferiv(AL_LOOP_POINTS_SOFT) Requires AL_SOFT_loop_points

Trait Implementations

impl<'d: 'c, 'c> Drop for Buffer<'d, 'c>
[src]

A method called when the value goes out of scope. Read more