summaryrefslogtreecommitdiffstats
path: root/macosx/HBTitle.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-22 17:12:16 +0000
committerritsuka <[email protected]>2014-12-22 17:12:16 +0000
commitee10e1fdb417c7f1047406522379c85c47143bfd (patch)
tree1ed8f1ae02ee7296162c640bb238a425af93a02b /macosx/HBTitle.h
parent6bcb7bd0894f9f44637b9668e5b5d3d388aef152 (diff)
MacGui: set the chapter titles directly in HBJob. Move more things over to HBTitle and HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBTitle.h')
-rw-r--r--macosx/HBTitle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBTitle.h b/macosx/HBTitle.h
index 64f2fd9ab..a26d46f50 100644
--- a/macosx/HBTitle.h
+++ b/macosx/HBTitle.h
@@ -27,6 +27,8 @@
@property (nonatomic, readonly) hb_title_t *hb_title;
+@property (nonatomic, readonly) NSInteger angles;
+
@property (nonatomic, readonly) NSArray *audioTracks;
@property (nonatomic, readonly) NSArray *subtitlesTracks;
@property (nonatomic, readonly) NSArray *chapters;