summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-09-16 17:35:39 +0000
committerdynaflash <[email protected]>2010-09-16 17:35:39 +0000
commite89cc6b139682ad1108926312eeaa882f03b2ed3 (patch)
treec548f13f3b63b1cea104ab8fba21e3f4616af261 /macosx/HBAudioController.h
parent895432f2ec008d1b290aaec0101fdb8d6e719ef6 (diff)
MacGui: Audio ... Add an "Add All Tracks" button to the audio tab.
- Patch by circleone... Thanks again! - Adds all available source tracks at the default mixdown etc. to the macgui in one click. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3536 b64f7644-9d1e-0410-96f1-a4d463321fa5
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;