summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r--macosx/HBAudioController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h
index b6a016a5a..cfff30cf6 100644
--- a/macosx/HBAudioController.h
+++ b/macosx/HBAudioController.h
@@ -38,6 +38,7 @@ extern NSString *HBMixdownChangedNotification;
- (void) prepareAudioForPreset: (NSMutableArray *) anArray;
- (void) addTracksFromQueue: (NSMutableDictionary *) aQueue;
- (void) addTracksFromPreset: (NSMutableDictionary *) aPreset;
+- (void) addAllTracksFromPreset: (NSMutableDictionary *) aPreset;
- (BOOL) anyCodecMatches: (int) aCodecValue;
- (void) addNewAudioTrack;
- (void) settingTrackToNone: (HBAudio *) newNoneTrack;