From 3fdfc2d020d300bee991b4aa5c931bb9e33c3c10 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Mon, 4 Aug 2014 07:12:12 +0000 Subject: MacGui: Adds a new sheet for audio defaults (presets), uses the same preset keys as the LinGui. The built-in presets still use the languages from the Audio preferences. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6264 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBAudioDefaultsController.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macosx/HBAudioDefaultsController.h (limited to 'macosx/HBAudioDefaultsController.h') diff --git a/macosx/HBAudioDefaultsController.h b/macosx/HBAudioDefaultsController.h new file mode 100644 index 000000000..c592ea6eb --- /dev/null +++ b/macosx/HBAudioDefaultsController.h @@ -0,0 +1,17 @@ +/* HBAudioDefaultsController.h $ + + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + +#import + +@class HBAudioSettings; + +@interface HBAudioDefaultsController : NSWindowController + +- (instancetype)initWithSettings:(HBAudioSettings *)settings; + +@property (nonatomic, readwrite, assign) id delegate; + +@end -- cgit v1.2.3