comparison audioio/AudioCallbackPlaySource.h @ 116:99d65ba33c88

* More useful status bar text -- show the current play time and the extents of the visible area * Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake to do the right thing now that the project file has been split up into several project files * Fix missing Q_OBJECTs, etc, reported by lupdate * Update Russian translation from AlexandrE
author Chris Cannam
date Wed, 07 Mar 2007 17:07:02 +0000
parents bedc7517b6e8
children b4110b17bca8
comparison
equal deleted inserted replaced
115:c9930ec7a3f9 116:99d65ba33c88
93 /** 93 /**
94 * Return the frame number that is currently expected to be coming 94 * Return the frame number that is currently expected to be coming
95 * out of the speakers. (i.e. compensating for playback latency.) 95 * out of the speakers. (i.e. compensating for playback latency.)
96 */ 96 */
97 virtual size_t getCurrentPlayingFrame(); 97 virtual size_t getCurrentPlayingFrame();
98
99 /**
100 * Return the frame at which playback is expected to end (if not looping).
101 */
102 virtual size_t getPlayEndFrame() { return m_lastModelEndFrame; }
98 103
99 /** 104 /**
100 * Set the block size of the target audio device. This should 105 * Set the block size of the target audio device. This should
101 * be called by the target class. 106 * be called by the target class.
102 */ 107 */