NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMAudioDelegate> Protocol Reference

#import <NMAudioDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onStartPlaying:
 
(void) - onFinishPlaying:
 

Detailed Description

Audio event listener callback interface This callback used in separate audio thread

Method Documentation

- (void) onFinishPlaying: (BOOL)  needFadeMusic
optional

Tells the delegate that audio finished playing

Parameters
needFadeMusicIndicates 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
needFadeMusicIndicates if NavmiiSDK should fade out any other sounds before playing sounds

The documentation for this protocol was generated from the following file: