]> git.tdb.fi Git - libs/al.git/blobdiff - source/streamer.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / streamer.h
index eddd49d7a067011b31561acbdd7abe6e904db892..ff15bc4a30c5ff286b606aeedbdcaf1d39f80849 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_STREAMER_H_
 #define MSP_AL_STREAMER_H_
 
@@ -17,6 +10,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: