Struct rodio::queue::SourcesQueueInput [] [src]

pub struct SourcesQueueInput<S> { /* fields omitted */ }

The input of the queue.

Methods

impl<S> SourcesQueueInput<S> where
    S: Sample + Send + 'static, 
[src]

[src]

Adds a new source to the end of the queue.

[src]

Adds a new source to the end of the queue.

The Receiver will be signalled when the sound has finished playing.

[src]

Sets whether the queue stays alive if there's no more sound to play.

See also the constructor.

Trait Implementations

Auto Trait Implementations

impl<S> Send for SourcesQueueInput<S>

impl<S> Sync for SourcesQueueInput<S>