diff options
author | ritsuka <[email protected]> | 2014-08-05 07:49:22 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-05 07:49:22 +0000 |
commit | 8d93fa6d55e1c1fda021d37a816dd9747194c32c (patch) | |
tree | 79622aefa93acfbffabab8bfbdb781f8a2055eed /macosx/HBAudio.h | |
parent | dd3518f0e6ab8f3a12dbce90c35734c3227d5620 (diff) |
MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided the use of KVO to observer changes inside the same class.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6268 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAudio.h')
-rw-r--r-- | macosx/HBAudio.h | 15 |
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; |