Mercurial > hg > svcore
comparison base/AudioPlaySource.h @ 27:070e9e1e40ea
* Change SpectrogramLayer to use its own cache type instead of a QImage
* Some gcc-4.0 compile fixes
author | Chris Cannam |
---|---|
date | Tue, 14 Feb 2006 17:43:14 +0000 |
parents | d86891498eef |
children | b2d1a61ab916 |
comparison
equal
deleted
inserted
replaced
26:090c22aa726a | 27:070e9e1e40ea |
---|---|
19 */ | 19 */ |
20 | 20 |
21 class AudioPlaySource | 21 class AudioPlaySource |
22 { | 22 { |
23 public: | 23 public: |
24 virtual ~AudioPlaySource() { } | |
25 | |
24 /** | 26 /** |
25 * Start playing from the given frame. If playback is already | 27 * Start playing from the given frame. If playback is already |
26 * under way, reseek to the given frame and continue. | 28 * under way, reseek to the given frame and continue. |
27 */ | 29 */ |
28 virtual void play(size_t startFrame) = 0; | 30 virtual void play(size_t startFrame) = 0; |