|
Avaya Client Services API Reference (iOS)
|
Audio file player notification interface. More...
#import <CSAudioFilePlayerListener.h>
Instance Methods | |
| (void) | - audioFileDidStartPlaying: |
| Signal that the player has started playing. More... | |
| (void) | - audioFileDidStopPlaying: |
| Signal that the player has stopped playing. More... | |
Audio file player notification interface.
| - (void) audioFileDidStartPlaying: | (id< CSAudioFilePlayer >) | player |
Signal that the player has started playing.
| player | The audio file player control interface. |
| - (void) audioFileDidStopPlaying: | (id< CSAudioFilePlayer >) | player |
Signal that the player has stopped playing.
| player | The audio file player control interface. |