summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreset.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-10-29 13:24:01 +0200
committerDamiano Galassi <[email protected]>2016-10-29 14:08:19 +0200
commit185a922d275ef95db2fa73ee31e07bcafbdecaae (patch)
tree8ae73547d8acaf987091d5ab29bf3a3db279bf4a /macosx/HBPreset.h
parent2e48a329ffa5123439cf82b5163176713eb64432 (diff)
MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings.
Diffstat (limited to 'macosx/HBPreset.h')
-rw-r--r--macosx/HBPreset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPreset.h b/macosx/HBPreset.h
index 100972784..7d4551fed 100644
--- a/macosx/HBPreset.h
+++ b/macosx/HBPreset.h
@@ -79,6 +79,8 @@ typedef NS_ENUM(NSUInteger, HBPresetFormat) {
- (nullable id)objectForKey:(NSString *)key;
- (nullable id)objectForKeyedSubscript:(NSString *)key;
+@property (nonatomic, strong, nullable, readonly) NSMutableDictionary *content;
+
@end
NS_ASSUME_NONNULL_END