MFAudioPlayerViewProtocol Protocol Reference
| Conforms to | NSObject |
| Declared in | MFAudioPlayerViewProtocol.h |
Tasks
-
+ audioPlayerViewInstanceThis 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>)mfeapDiscussion
Playback and status event methods.
Declared In
MFAudioPlayerViewProtocol.hsetAudioProvider:
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>)providerDiscussion
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