SYMBOL INDEX (14 symbols across 6 files) FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/EZAudioPlot.h function interface (line 48) | interface EZAudioPlot : EZPlot FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/EZAudioPlotGL.h type EZAudioPlotGLPoint (line 58) | typedef struct { FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/EZPlot.h type EZPlotTypeBuffer (line 34) | typedef NS_ENUM(NSInteger,EZPlotType){ FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/EZRecorder.h type EZRecorderFileTypeAIFF (line 37) | typedef NS_ENUM(NSInteger, EZRecorderFileType) FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/TPCircularBuffer.c function _reportResult (line 35) | static inline bool _reportResult(kern_return_t result, const char *opera... function TPCircularBufferInit (line 43) | bool TPCircularBufferInit(TPCircularBuffer *buffer, int length) { function TPCircularBufferCleanup (line 126) | void TPCircularBufferCleanup(TPCircularBuffer *buffer) { function TPCircularBufferClear (line 131) | void TPCircularBufferClear(TPCircularBuffer *buffer) { FILE: EZAudioRecordExample/EZAudioRecordExample/EZAudio/TPCircularBuffer.h type TPCircularBuffer (line 53) | typedef struct { function TPCircularBufferConsume (line 116) | static __inline__ __attribute__((always_inline)) void TPCircularBufferCo... function TPCircularBufferConsumeNoBarrier (line 125) | static __inline__ __attribute__((always_inline)) void TPCircularBufferCo... function TPCircularBufferProduce (line 157) | static __inline__ __attribute__((always_inline)) void TPCircularBufferPr... function TPCircularBufferProduceNoBarrier (line 166) | static __inline__ __attribute__((always_inline)) void TPCircularBufferPr... function TPCircularBufferProduceBytes (line 182) | static __inline__ __attribute__((always_inline)) bool TPCircularBufferPr...