summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r--macosx/HBAudio.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/macosx/HBAudio.h b/macosx/HBAudio.h
index 65655a3a6..20ea6ccda 100644
--- a/macosx/HBAudio.h
+++ b/macosx/HBAudio.h
@@ -20,21 +20,6 @@ extern NSString *keyAudioBitrate;
@interface HBAudio : NSObject
-{
- NSDictionary * track;
- NSDictionary * codec;
- NSDictionary * mixdown;
- NSDictionary * sampleRate;
- NSDictionary * bitRate;
- NSNumber * drc;
- NSNumber * gain;
- NSNumber * videoContainerTag;
- HBAudioController * controller;
- NSMutableArray * codecs;
- NSMutableArray * mixdowns;
- NSMutableArray * bitRates;
-}
-
@property (nonatomic, retain) NSDictionary *track;
@property (nonatomic, retain) NSDictionary *codec;
@property (nonatomic, retain) NSDictionary *mixdown;