MFAudioProvider Protocol Reference
| Conforms to | NSObject |
| Declared in | MFAudioProvider.h |
Tasks
-
– togglePlayPlay when stopped and viceversa.
required method -
– isPlayingTell if the audio clip is playing.
required method -
– setVolumeLevel:Set the volume level, from 0.0 to 1.0.
required method -
– volumeLevelReturn the volume level.
required method
Instance Methods
isPlaying
Tell if the audio clip is playing.
- (BOOL)isPlayingDiscussion
Tell if the audio clip is playing.
Declared In
MFAudioProvider.hsetVolumeLevel:
Set the volume level, from 0.0 to 1.0.
- (void)setVolumeLevel:(float)volumeDiscussion
Set the volume level, from 0.0 to 1.0.
Declared In
MFAudioProvider.h