summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r--macosx/HBAudio.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index 3299c2130..4aceaf632 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -11,15 +11,14 @@
@class HBAudioTrack;
@class HBAudioDefaults;
+extern NSString *HBMixdownChangedNotification;
+
@interface HBAudio : NSObject <NSCoding, NSCopying, HBPresetCoding>
- (instancetype)initWithTitle:(HBTitle *)title;
-@property (nonatomic, readonly) NSDictionary *noneTrack;
-@property (nonatomic, readonly) NSArray *masterTrackArray; // the master list of audio tracks from the title
@property (nonatomic, readonly) NSMutableArray *tracks;
-
-@property (nonatomic, readwrite, retain) HBAudioDefaults *defaults;
+@property (nonatomic, readonly) HBAudioDefaults *defaults;
- (void)addAllTracks;
- (void)removeAll;
@@ -29,10 +28,6 @@
- (void)settingTrackToNone:(HBAudioTrack *)newNoneTrack;
- (void)switchingTrackFromNone:(HBAudioTrack *)noLongerNoneTrack;
-/**
- * For internal use
- */
-
- (void)containerChanged:(int)container;
@end