AEAudioTimingReceiver protocol. More...
#import <AEAudioController.h>
Inherits <NSObject>.
Inherited by AEBlockScheduler.
Properties | |
AEAudioTimingCallback | timingReceiverCallback |
Reference to the receiver callback. | |
AEAudioTimingReceiver protocol.
The interface that a object must implement to receive system time advance notices. This includes 'timingReceiver', which is a C callback to be called when the system time advances. The callback will be passed a reference to this object, so you should implement it from within the @implementation block to gain access to your instance variables.
|
readnonatomicassign |
Reference to the receiver callback.
This method must return a pointer to the receiver callback function that accepts received audio. Always return the same pointer - this must not change over time.