diff options
author | Damiano Galassi <[email protected]> | 2016-10-29 13:24:01 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-10-29 14:08:19 +0200 |
commit | 185a922d275ef95db2fa73ee31e07bcafbdecaae (patch) | |
tree | 8ae73547d8acaf987091d5ab29bf3a3db279bf4a /macosx/HBPreset.h | |
parent | 2e48a329ffa5123439cf82b5163176713eb64432 (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.h | 2 |
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 |