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 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.
data | Message data (or NULL) |
length | Length of message |