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