MFAudioPlayerViewProtocol Protocol Reference
Conforms to | NSObject |
Declared in | MFAudioPlayerViewProtocol.h |
Tasks
-
+ audioPlayerViewInstance
This method will be called to provide a view instance to add to the overlay.
required method -
– setAudioProvider:
This method will be called to give a chance to store the refernce to the provider that will notify the view about the playback. It is recommended to assign it, not retain to avoid circular retention between provider and review.
required method -
– audioProviderDidStart:
Playback and status event methods.
required method
Instance Methods
audioProviderDidStart:
Playback and status event methods.
- (void)audioProviderDidStart:(id<MFAudioProvider>)mfeap
Discussion
Playback and status event methods.
Declared In
MFAudioPlayerViewProtocol.h
setAudioProvider:
This method will be called to give a chance to store the refernce to the provider that will notify the view about the playback. It is recommended to assign it, not retain to avoid circular retention between provider and review.
- (void)setAudioProvider:(id<MFAudioProvider>)provider
Discussion
This method will be called to give a chance to store the refernce to the provider that will notify the view about the playback. It is recommended to assign it, not retain to avoid circular retention between provider and review.
Declared In
MFAudioPlayerViewProtocol.h