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

Go to the source code of this file.

Classes

class  AEBlockChannel
 Block channel: Utility class to allow use of a block to generate audio. More...
 

Typedefs

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

Typedef Documentation

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