<SYAudioManagerDelegate> Protocol Reference

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>

Inheritance diagram for <SYAudioManagerDelegate>:
Collaboration diagram for <SYAudioManagerDelegate>:

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...
 

Detailed Description

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

Method Documentation

◆ audioManager:didChangeStatus:

- (void) audioManager: (nonnull SYAudioManager *)  manager
didChangeStatus: (SYAudioManagerStatus)  status 
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.


The documentation for this protocol was generated from the following file: