diff options
author | sr55 <[email protected]> | 2011-07-22 20:19:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-22 20:19:44 +0000 |
commit | 80dc05bf339c0bbe492a6d20ccc013812c4582c2 (patch) | |
tree | 8d9e2646f643050b7f08ce9374b794e227b38588 /macosx/HBPresets.h | |
parent | e30391f13de76547ce3915c9999a2fe60fe1cbe4 (diff) |
Remvoe 2 Legacy presets and add 2 new Android presets for mid and high end devices
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4126 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.h')
-rw-r--r-- | macosx/HBPresets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HBPresets.h b/macosx/HBPresets.h index 1a2cb3a56..b2baafbc8 100644 --- a/macosx/HBPresets.h +++ b/macosx/HBPresets.h @@ -13,7 +13,7 @@ - (NSMutableArray *) generateBuiltinPresets: (NSMutableArray *) UserPresets; /* Built-In Preset Dictionaries (one for each built in preset) */ -- (NSDictionary *)createApplePresetFolder; +- (NSDictionary *)createDevicesPresetFolder; - (NSDictionary *)createRegularPresetFolder; - (NSDictionary *)createLegacyPresetFolder; @@ -21,14 +21,14 @@ - (NSDictionary *)createiPhone4Preset; - (NSDictionary *)createAppleTv2Preset; - (NSDictionary *)createAppleTVPreset; -- (NSDictionary *)createAppleTVLegacyPreset; - (NSDictionary *)createAppleUniversalPreset; - (NSDictionary *)createClassicPreset; - (NSDictionary *)createiPhonePreset; -- (NSDictionary *)createiPhoneLegacyPreset; - (NSDictionary *)createIpodHighPreset; - (NSDictionary *)createIpodLowPreset; - (NSDictionary *)createNormalPreset; - (NSDictionary *)createHighProfilePreset; +- (NSDictionary *)createAndroidMidPreset; +- (NSDictionary *)createAndroidHighPreset; @end |