Struct alto::StreamingSource [] [src]

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

A source that plays a queue of owned buffers.

Methods

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

Trait Implementations

impl<'d: 'c, 'c> SourceTrait<'d, 'c> for StreamingSource<'d, 'c>
[src]

The context from which this source was created.

Raw handle as provided by OpenAL.

impl<'d: 'c, 'c> PartialEq for StreamingSource<'d, 'c>
[src]

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

This method tests for !=.

impl<'d: 'c, 'c> Eq for StreamingSource<'d, 'c>
[src]