/[svn]/linuxsampler/trunk/src/engines/gig/Stream.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/Stream.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 562 by schoenebeck, Tue May 3 01:00:25 2005 UTC revision 563 by schoenebeck, Sun May 22 20:43:32 2005 UTC
# Line 36  Line 36 
36    
37  namespace LinuxSampler { namespace gig {  namespace LinuxSampler { namespace gig {
38    
39        /** @brief Buffered Disk Stream
40         *
41         * This encapsulation of a disk stream uses a ring buffer to allow
42         * thread safe refilling the stream's buffer with one thread (disk
43         * thread) and actual use / extraction of the audio data from the
44         * stream's buffer with another thread (audio thread).
45         */
46      class Stream {      class Stream {
47          public:          public:
48              // Member Types              // Member Types

Legend:
Removed from v.562  
changed lines
  Added in v.563

  ViewVC Help
Powered by ViewVC