summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r--macosx/HBAudioController.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h
index 64928aba5..8655a0792 100644
--- a/macosx/HBAudioController.h
+++ b/macosx/HBAudioController.h
@@ -6,7 +6,6 @@
//
#import <Cocoa/Cocoa.h>
-#import "hb.h"
extern NSString *keyAudioTrackIndex;
extern NSString *keyAudioTrackName;
@@ -32,12 +31,12 @@ extern NSString *HBMixdownChangedNotification;
@property(nonatomic, readonly) HBAudioSettings *settings;
-- (void) enableUI: (BOOL) b;
+// Get the list of audio tracks
+@property (readonly, nonatomic, copy) NSArray *audioTracks;
-- (void)applySettingsFromPreset:(NSDictionary *)preset;
+- (void) enableUI: (BOOL) b;
-- (void) prepareAudioForQueueFileJob: (NSMutableDictionary *) aDict;
-- (void) prepareAudioForJobPreview: (hb_job_t *) aJob;
+- (void) applySettingsFromPreset:(NSDictionary *)preset;
- (void) addTracksFromQueue: (NSMutableDictionary *) aQueue;
- (BOOL) anyCodecMatches: (int) aCodecValue;