Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSAudioFilePlayerListener> Protocol Reference

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

Detailed Description

Audio file player notification interface.

Method Documentation

- (void) audioFileDidStartPlaying: (id< CSAudioFilePlayer >)  player

Signal that the player has started playing.

Parameters
playerThe audio file player control interface.
- (void) audioFileDidStopPlaying: (id< CSAudioFilePlayer >)  player

Signal that the player has stopped playing.

Parameters
playerThe audio file player control interface.

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