AEBlockAudioReceiver.h File Reference
#import <Foundation/Foundation.h>
#import "TheAmazingAudioEngine.h"

Go to the source code of this file.

Classes

class  AEBlockAudioReceiver
 Block audio receiver: Utility class to allow use of a block to receive audio. More...
 

Typedefs

typedef void(^ AEBlockAudioReceiverBlock )(void *source, const AudioTimeStamp *time, UInt32 frames, AudioBufferList *audio)
 

Typedef Documentation

typedef void(^ AEBlockAudioReceiverBlock)(void *source, const AudioTimeStamp *time, UInt32 frames, AudioBufferList *audio)