AEAudioThreadEndpoint.h File Reference
#import <Foundation/Foundation.h>
#import "AETime.h"

Go to the source code of this file.

Classes

class  AEAudioThreadEndpoint
 Audio thread message endpoint. More...
 

Typedefs

typedef void(^ AEAudioThreadEndpointHandler )(const void *_Nullable data, size_t length)
 Handler block.
 

Typedef Documentation

typedef void(^ AEAudioThreadEndpointHandler)(const void *_Nullable data, size_t length)

Handler block.

Provide a block matching this description to the initializer to handle incoming messages. It will be called on the audio thread.

Parameters
dataMessage data (or NULL)
lengthLength of message