/libs/ObjectAL/AudioTrack/OALAudioTrackNotifications.h
http://github.com/kstenerud/ObjectAL-for-iPhone · C Header · 13 lines · 6 code · 2 blank · 5 comment · 0 complexity · 794e99a5e24bd62e9b546fd08d281439 MD5 · raw file
- //
- // OALAudioTrackNotifications.h
- //
- // Created by CJ Hanson on 10/16/10.
- //
- #import <Foundation/Foundation.h>
- extern NSString *const OALAudioTrackSourceChangedNotification;
- extern NSString *const OALAudioTrackStartedPlayingNotification;
- extern NSString *const OALAudioTrackStoppedPlayingNotification;
- extern NSString *const OALAudioTrackFinishedPlayingNotification;
- extern NSString *const OALAudioTrackLoopedNotification;