summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo+UIAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBVideo+UIAdditions.h')
-rw-r--r--macosx/HBVideo+UIAdditions.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/macosx/HBVideo+UIAdditions.h b/macosx/HBVideo+UIAdditions.h
index beb0584b5..5ce7648a7 100644
--- a/macosx/HBVideo+UIAdditions.h
+++ b/macosx/HBVideo+UIAdditions.h
@@ -50,3 +50,13 @@
@interface HBQualityTransformer : NSValueTransformer
- (instancetype)initWithReversedDirection:(BOOL)reverse min:(double)min max:(double)max NS_DESIGNATED_INITIALIZER;
@end
+
+@interface HBVideo (EncoderAdditions)
+
+- (BOOL)isUnparsedSupported:(int)encoder;
+- (BOOL)isPresetSystemSupported:(int)encoder;
+- (BOOL)isSimpleOptionsPanelSupported:(int)encoder;
+- (BOOL)isOldAdvancedPanelSupported:(int)encoder;
+- (void)qualityLimitsForEncoder:(int)encoder low:(float *)low high:(float *)high granularity:(float *)granularity direction:(int *)direction;
+
+@end