diff options
Diffstat (limited to 'macosx/HBAudioController.h')
-rw-r--r-- | macosx/HBAudioController.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/macosx/HBAudioController.h b/macosx/HBAudioController.h index a998b446d..69c1d501a 100644 --- a/macosx/HBAudioController.h +++ b/macosx/HBAudioController.h @@ -20,13 +20,13 @@ extern NSString *HBMixdownChangedNotification; @interface HBAudioController : NSObject - { - id myController; - NSMutableArray *audioArray; // the configured audio information - NSArray *masterTrackArray; // the master list of audio tracks from the title - NSDictionary *noneTrack; // this represents no audio track selection - NSNumber *videoContainerTag; // initially is the default HB_MUX_MP4 - } +{ + id myController; + NSMutableArray * audioArray; // the configured audio information + NSArray * masterTrackArray; // the master list of audio tracks from the title + NSDictionary * noneTrack; // this represents no audio track selection + NSNumber * videoContainerTag; // initially is the default HB_MUX_MP4 +} @property (nonatomic, readonly, retain) NSArray *masterTrackArray; @property (nonatomic, readonly) NSDictionary *noneTrack; |