/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

  1. //
  2. // OALAudioTrackNotifications.h
  3. //
  4. // Created by CJ Hanson on 10/16/10.
  5. //
  6. #import <Foundation/Foundation.h>
  7. extern NSString *const OALAudioTrackSourceChangedNotification;
  8. extern NSString *const OALAudioTrackStartedPlayingNotification;
  9. extern NSString *const OALAudioTrackStoppedPlayingNotification;
  10. extern NSString *const OALAudioTrackFinishedPlayingNotification;
  11. extern NSString *const OALAudioTrackLoopedNotification;