diff options
author | Damiano Galassi <[email protected]> | 2017-06-18 16:11:25 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-06-18 16:11:25 +0200 |
commit | f318325dc8a2665f10d5b8b9d0bafa66e172edf2 (patch) | |
tree | cd8bc41bb47ac5c01c1862e425c6505393be005b /macosx/HBJob.h | |
parent | 61db4e4b28df18dc17917a8d89ba7238ebaf4989 (diff) |
MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don't support MP4 Edit Lists. #778
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 66a42ccec..e77dd346e 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -70,8 +70,10 @@ typedef NS_ENUM(NSUInteger, HBJobState){ @property (nonatomic, readwrite) int container; @property (nonatomic, readwrite) int angle; +// Container options @property (nonatomic, readwrite) BOOL mp4HttpOptimize; @property (nonatomic, readwrite) BOOL mp4iPodCompatible; +@property (nonatomic, readwrite) BOOL alignAVStart; @property (nonatomic, readonly) HBRange *range; @property (nonatomic, readonly) HBVideo *video; |