]> git.tdb.fi Git - libs/al.git/blobdiff - source/streamer.h
Bump version for release
[libs/al.git] / source / streamer.h
index eddd49d7a067011b31561acbdd7abe6e904db892..1ae3db3927d0fe615c6d92319b1d030033f4c0ae 100644 (file)
@@ -17,6 +17,11 @@ namespace AL {
 class Sound;
 class Buffer;
 
+/**
+A streamer transfers data from a Sound to a Source.  It is permanently attached
+to the same Source, but can play multiple Sounds during its lifetime.  A single
+Sound can only be played by one Streamer at a time.
+*/
 class Streamer
 {
 private: