WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / macosx / HBJob+HBJobConversion.h
blobb46aabc180b303e7a5f28bef7fb033b78235ce14
1 /* HBJob+HBJobConversion.m $
3 This file is part of the HandBrake source code.
4 Homepage: <http://handbrake.fr/>.
5 It may be used under the terms of the GNU General Public License. */
7 #import <Foundation/Foundation.h>
8 #import "HBJob.h"
9 #include "hb.h"
11 @interface HBJob (HBJobConversion)
13 /**
14 * Converts the job to a hb_job_t struct.
16 @property (nonatomic, readonly) hb_job_t *hb_job;
18 @end