Module rich_sdl2_rust::audio::stream
source · Expand description
An audio stream allows to read and write by streaming method.
Structs§
- An audio stream to read and write audio data by streaming method. To read/write the data,
usethe implementationstd::io::Read/std::io::Writefor this.