SPTCoreAudioControllerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | SPTCoreAudioController.h |
Instance Methods
coreAudioController:didOutputAudioOfDuration:
Called repeatedly during audio playback when audio is pushed to the system’s audio output.
- (void)coreAudioController:(SPTCoreAudioController *)controller didOutputAudioOfDuration:(NSTimeInterval)audioDuration
Parameters
- controller
The SPTCoreAudioController that pushed audio.
- audioDuration
The duration of the audio that was pushed to the output device.
Discussion
This can be used to keep track of how much audio has been played back for progress indicators and so on.
Declared In
SPTCoreAudioController.h