Changeset 1186
- Timestamp:
- 02/26/2010 07:39:43 AM (2 years ago)
- Location:
- trunk/CommonMediaPlayer/Classes
- Files:
-
- 2 modified
-
CMPPlayerController.h (modified) (3 diffs)
-
CMPPlayerManager.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommonMediaPlayer/Classes/CMPPlayerController.h
r1184 r1186 22 22 #import "CMPTypesDefines.h" 23 23 24 @protocol CMPInstaller;25 26 @protocol CMPInstallerDelegate <NSObject>27 28 - (void)installer:(id <CMPInstaller>)installer didEndWithSettings:(NSDictionary *)settings;29 30 31 @end32 33 34 24 @protocol CMPPlayer, CMPPlayerController; 35 25 … … 41 31 @protocol CMPPlayerControllerDelegate <NSObject> 42 32 43 - (void)controller:(id <CMPPlayerController>)controlle :(NSDictionary *)settings;33 - (void)controller:(id <CMPPlayerController>)controller didEndWithSettings:(NSDictionary *)settings; 44 34 /*! 45 35 * Information about the controller; currently no info is defined … … 72 62 @end 73 63 74 75 76 77 64 #define CMPPlayerAudioSampleRateKey @"sample rate" 78 65 #define CMPPlayerAudioFormatKey @"audio format" -
trunk/CommonMediaPlayer/Classes/CMPPlayerManager.h
r1184 r1186 151 151 return success; 152 152 } 153 154 155 153 156 154 static inline BOOL loadCMPFramework(NSString *frapPath) … … 221 219 return NO; 222 220 } 223 224 225 221 226 222 NSBundle *framework = [NSBundle bundleWithPath:frameworkPath];
