TMAudioDataCallback.h
Go to the documentation of this file.
virtual void onDataLoopPaused()=0
Definition: TMAudioDataCallback.h:38
virtual int onDataLoopStarted(int recordSampleRate, int recordChannels, int recordFormat, TMInputSource recordDeviceType, int playSampleRate, int playChannels, int playFormat)=0
virtual int onRecordDataReady(const char *buf, unsigned int bufsz)=0
virtual int onDataLoopBufferAllocated(unsigned int recordBufferSize, unsigned int playBufferSize)=0
virtual int onPlayDataNeeded(char **bufptr, unsigned int bufsz)=0
virtual void onDataLoopBufferFree()=0