Show
Ignore:
Timestamp:
02/26/10 04:22:15 (2 years ago)
Author:
lechium
Message:

Added some classes for downloading and updating the framework, they currently don't work since i can't create a BRController without headers passed 2.x

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CommonMediaPlayer/Classes/CMPPlayerController.h

    r1179 r1184  
    2222#import "CMPTypesDefines.h" 
    2323 
     24@protocol CMPInstaller; 
     25 
     26@protocol CMPInstallerDelegate <NSObject> 
     27 
     28- (void)installer:(id <CMPInstaller>)installer didEndWithSettings:(NSDictionary *)settings; 
     29 
     30 
     31@end 
     32 
     33 
    2434@protocol CMPPlayer, CMPPlayerController; 
    2535 
     
    3141@protocol CMPPlayerControllerDelegate <NSObject> 
    3242 
    33 - (void)controller:(id <CMPPlayerController>)controller didEndWithSettings:(NSDictionary *)settings; 
     43- (void)controller:(id <CMPPlayerController>)controlle:(NSDictionary *)settings; 
    3444/*! 
    3545 * Information about the controller; currently no info is defined 
     
    6272@end 
    6373 
     74 
     75 
     76 
    6477#define CMPPlayerAudioSampleRateKey @"sample rate" 
    6578#define CMPPlayerAudioFormatKey @"audio format"