diff options
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r-- | macosx/HBAudioController.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h index b3cc702d8..878f23a88 100644 --- a/macosx/HBAudioController.h +++ b/macosx/HBAudioController.h @@ -18,19 +18,20 @@ extern NSString *keyAudioInputChannelLayout; extern NSString *HBMixdownChangedNotification; +@class HBJob; @class HBAudio; -@class HBAudioDefaults; + /** * HBAudioController * - * Responds to HBContainerChangedNotification and HBTitleChangedNotification notifications. + * Responds to HBContainerChangedNotification. */ @interface HBAudioController : NSViewController <HBViewValidation> @property (nonatomic, readonly, retain) NSArray *masterTrackArray; @property (nonatomic, readonly) NSDictionary *noneTrack; -@property(nonatomic, readonly) HBAudioDefaults *settings; +@property (nonatomic, readwrite, assign) HBJob *job; // Get the list of audio tracks @property (readonly, nonatomic, copy) NSArray *audioTracks; |