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