summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r--macosx/HBAudioController.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h
index 8655a0792..b77b3ad20 100644
--- a/macosx/HBAudioController.h
+++ b/macosx/HBAudioController.h
@@ -6,6 +6,7 @@
//
#import <Cocoa/Cocoa.h>
+#import "HBViewValidation.h"
extern NSString *keyAudioTrackIndex;
extern NSString *keyAudioTrackName;
@@ -24,7 +25,7 @@ extern NSString *HBMixdownChangedNotification;
*
* Responds to HBContainerChangedNotification and HBTitleChangedNotification notifications.
*/
-@interface HBAudioController : NSViewController
+@interface HBAudioController : NSViewController <HBViewValidation>
@property (nonatomic, readonly, retain) NSArray *masterTrackArray;
@property (nonatomic, readonly) NSDictionary *noneTrack;
@@ -34,8 +35,6 @@ extern NSString *HBMixdownChangedNotification;
// Get the list of audio tracks
@property (readonly, nonatomic, copy) NSArray *audioTracks;
-- (void) enableUI: (BOOL) b;
-
- (void) applySettingsFromPreset:(NSDictionary *)preset;
- (void) addTracksFromQueue: (NSMutableDictionary *) aQueue;