m_currentSampleFrame   93 AudioDestinationNode.cpp     m_currentSampleFrame += numberOfFrames;
m_currentSampleFrame   46 AudioDestinationNode.h     virtual void reset() { m_currentSampleFrame = 0; };
m_currentSampleFrame   52 AudioDestinationNode.h     size_t currentSampleFrame() const { return m_currentSampleFrame; }
m_currentSampleFrame   97 AudioDestinationNode.h     size_t m_currentSampleFrame;