Represents a delegate that offers listeners and callback methods related to SYAudioManager functionality. Methods of this protocol are called on the main queue. More...
#import <SYAudioManager.h>


Instance Methods | |
| (void) | - audioManager:didChangeStatus: |
| Called when SYAudioManager audio play status has changed. The method is called when SYAudioManager attempts to play audio internally, it's not called when SYAudioManager calls PCMDataReadyBlock or TTSDataReadyBlock. More... | |
Represents a delegate that offers listeners and callback methods related to SYAudioManager functionality. Methods of this protocol are called on the main queue.
|
optional |
Called when SYAudioManager audio play status has changed. The method is called when SYAudioManager attempts to play audio internally, it's not called when SYAudioManager calls PCMDataReadyBlock or TTSDataReadyBlock.