Mercurial > hg > svapp
comparison audio/AudioCallbackPlaySource.h @ 499:a4d90cf2bb79 3.0-integration
Merge from recording branch
author | Chris Cannam |
---|---|
date | Mon, 12 Oct 2015 12:43:06 +0100 |
parents | cd9dec2f47e8 |
children | 39e94df71d24 |
comparison
equal
deleted
inserted
replaced
489:111e976f9ed4 | 499:a4d90cf2bb79 |
---|---|
114 * Return the frame at which playback is expected to end (if not looping). | 114 * Return the frame at which playback is expected to end (if not looping). |
115 */ | 115 */ |
116 virtual sv_frame_t getPlayEndFrame() { return m_lastModelEndFrame; } | 116 virtual sv_frame_t getPlayEndFrame() { return m_lastModelEndFrame; } |
117 | 117 |
118 /** | 118 /** |
119 * Set the playback target. This should be called by the target | 119 * Set the playback target. |
120 * class. | |
121 */ | 120 */ |
122 virtual void setSystemPlaybackTarget(breakfastquay::SystemPlaybackTarget *); | 121 virtual void setSystemPlaybackTarget(breakfastquay::SystemPlaybackTarget *); |
123 | 122 |
124 /** | 123 /** |
125 * Set the block size of the target audio device. This should be | 124 * Set the block size of the target audio device. This should be |