/libs/ObjectAL/AudioTrack/OALAudioTrackNotifications.h
C Header | 13 lines | 6 code | 2 blank | 5 comment | 0 complexity | 794e99a5e24bd62e9b546fd08d281439 MD5 | raw file
Possible License(s): Apache-2.0
1// 2// OALAudioTrackNotifications.h 3// 4// Created by CJ Hanson on 10/16/10. 5// 6 7#import <Foundation/Foundation.h> 8 9extern NSString *const OALAudioTrackSourceChangedNotification; 10extern NSString *const OALAudioTrackStartedPlayingNotification; 11extern NSString *const OALAudioTrackStoppedPlayingNotification; 12extern NSString *const OALAudioTrackFinishedPlayingNotification; 13extern NSString *const OALAudioTrackLoopedNotification;