#import <NMAudioDelegate.h>
Inherits <NSObject>.
Audio event listener callback interface This callback used in separate audio thread
- (void) onFinishPlaying: |
|
(BOOL) |
needFadeMusic |
|
|
optional |
Tells the delegate that audio finished playing
- Parameters
-
needFadeMusic | Indicates if NavmiiSDK should fade out any other sounds before playing sounds and now you can restore volume of other sounds |
- (void) onStartPlaying: |
|
(BOOL) |
needFadeMusic |
|
|
optional |
Tells the delegate that audio will start playing
- Parameters
-
needFadeMusic | Indicates if NavmiiSDK should fade out any other sounds before playing sounds |
The documentation for this protocol was generated from the following file:
- /Users/rkurmakaev/Development/Mainstream_1/SDK/iOS/NavmiiSDK/NavmiiSDK/NMAudioDelegate.h