Struct openal::Buffer [] [src]

pub struct Buffer<'a> { /* fields omitted */ }

A buffer holding sample data.

Methods

impl<'a> Buffer<'a>
[src]

The sample rate of the data in the buffer.

The bit depth of the data in the buffer.

The number of channels of the data in the buffer.

The number of samples in the buffer.

Trait Implementations

impl<'a> PartialEq for Buffer<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Buffer<'a>
[src]

impl<'a> Debug for Buffer<'a>
[src]

Formats the value using the given formatter.

impl<'a> Drop for Buffer<'a>
[src]

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