X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstreamer.h;h=ff15bc4a30c5ff286b606aeedbdcaf1d39f80849;hb=14008b157c64752ba7c1cef831124992c35c4646;hp=eddd49d7a067011b31561acbdd7abe6e904db892;hpb=58dc1e7c15f928d0f861a20c46f2be4112bf5baf;p=libs%2Fal.git diff --git a/source/streamer.h b/source/streamer.h index eddd49d..ff15bc4 100644 --- a/source/streamer.h +++ b/source/streamer.h @@ -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: