diff options
Diffstat (limited to 'macosx/HBVideo.h')
-rw-r--r-- | macosx/HBVideo.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/macosx/HBVideo.h b/macosx/HBVideo.h index 5936c8803..9e7b2631e 100644 --- a/macosx/HBVideo.h +++ b/macosx/HBVideo.h @@ -5,24 +5,19 @@ It may be used under the terms of the GNU General Public License. */ #import <Foundation/Foundation.h> +#import "HBPresetCoding.h" @class HBJob; /** * HBVideo */ -@interface HBVideo : NSObject <NSCoding> +@interface HBVideo : NSObject <NSCoding, NSCopying, HBPresetCoding> - (instancetype)initWithJob:(HBJob *)job; - (void)containerChanged; -- (void)applySettingsFromPreset:(NSDictionary *)preset; -- (void)prepareVideoForPreset:(NSMutableDictionary *)preset; - -- (void)applyVideoSettingsFromQueue:(NSDictionary *)queueToApply; -- (void)prepareVideoForQueueFileJob:(NSMutableDictionary *)queueFileJob; - @property (nonatomic, readwrite) int encoder; @property (nonatomic, readwrite) int qualityType; |