/libs/ObjectAL/AudioTrack/OALAudioTrackNotifications.m
http://github.com/kstenerud/ObjectAL-for-iPhone · Objective C · 13 lines · 6 code · 2 blank · 5 comment · 0 complexity · a96384a60ce5ab94f6a665c3e92f6104 MD5 · raw file
- //
- // OALAudioTrackNotifications.m
- //
- // Created by CJ Hanson on 10/16/10.
- //
- #import "OALAudioTrackNotifications.h"
- NSString *const OALAudioTrackSourceChangedNotification = @"OALAudioTrackSourceChangedNotification";
- NSString *const OALAudioTrackStartedPlayingNotification = @"OALAudioTrackStartedPlayingNotification";
- NSString *const OALAudioTrackStoppedPlayingNotification = @"OALAudioTrackStoppedPlayingNotification";
- NSString *const OALAudioTrackFinishedPlayingNotification = @"OALAudioTrackFinishedPlayingNotification";
- NSString *const OALAudioTrackLoopedNotification = @"OALAudioTrackLoopedNotification";