summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+HBJobConversion.h
diff options
context:
space:
mode:
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;