summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+HBJobConversion.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/HBJob+HBJobConversion.h
parent2e48a329ffa5123439cf82b5163176713eb64432 (diff)
MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles and picture job settings.
Diffstat (limited to 'macosx/HBJob+HBJobConversion.h')
-rw-r--r--macosx/HBJob+HBJobConversion.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/HBJob+HBJobConversion.h b/macosx/HBJob+HBJobConversion.h
index b46aabc18..58e51e5bc 100644
--- a/macosx/HBJob+HBJobConversion.h
+++ b/macosx/HBJob+HBJobConversion.h
@@ -11,6 +11,12 @@
@interface HBJob (HBJobConversion)
/**
+ * Returns a job settings dict by applying
+ * the current preset to the job.
+ */
+@property (nonatomic, readonly) NSDictionary *jobDict;
+
+/**
* Converts the job to a hb_job_t struct.
*/
@property (nonatomic, readonly) hb_job_t *hb_job;