#include <gxAudioClockSource.h>
Public Member Functions | |
| gxAudioClockSource () | |
| virtual | ~gxAudioClockSource () |
| virtual int | getFramesPerBuffer ()=0 |
| virtual int | getSampleRate ()=0 |
| virtual int | advise (gxAudioClockSink *clockSink)=0 |
| Clock sink's must invoke this method to register themselves with the clock source. | |
| virtual int | unadvise (gxAudioClockSink *clockSink)=0 |
| Clock sink's must invoke this method to unregister themselves with the clock source. | |
A notification should be generated every time a new buffer is ready to be processed.
|
|
|
|
|
|
|
|
Clock sink's must invoke this method to register themselves with the clock source.
|
|
|
|
|
|
|
|
|
Clock sink's must invoke this method to unregister themselves with the clock source.
|
1.4.5