diff options
Diffstat (limited to 'macosx/HBAudioDefaults.h')
-rw-r--r-- | macosx/HBAudioDefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBAudioDefaults.h b/macosx/HBAudioDefaults.h index 5853a6e12..aeb271770 100644 --- a/macosx/HBAudioDefaults.h +++ b/macosx/HBAudioDefaults.h @@ -35,7 +35,7 @@ typedef NS_ENUM(NSUInteger, HBAudioTrackSelectionBehavior) { @property(nonatomic, readonly) NSArray *audioEncoderFallbacks; - (void)applySettingsFromPreset:(NSDictionary *)preset; -- (void)prepareAudioForPreset:(NSMutableDictionary *)preset; +- (void)prepareAudioDefaultsForPreset:(NSMutableDictionary *)preset; - (void)validateEncoderFallbackForVideoContainer:(int)container; |