Struct sfml_modstream::ModStream [] [src]

pub struct ModStream { /* fields omitted */ }

Methods

impl ModStream
[src]

Trait Implementations

impl SoundStream for ModStream
[src]

Request a new chunk of audio samples from the stream source. Read more

Change the current playing position in the stream source.

Get the stream sample rate of the stream.

Return the number of channels of the stream.

impl Drop for ModStream
[src]

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