summaryrefslogtreecommitdiffstats
path: root/macosx/HBDVDDetector.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-01-09 13:20:49 +0100
committerDamiano Galassi <[email protected]>2016-01-09 13:20:49 +0100
commit361c5143f3be4ab72bd08bed724b05007e4d108b (patch)
tree9ce605e3695b9d7f79a8dedf0d10ce7902151be7 /macosx/HBDVDDetector.h
parenta330924d670169ba78a41dd530604b9bf41a6180 (diff)
MacGui: add bluray detection to HBDVDDetector.
Diffstat (limited to 'macosx/HBDVDDetector.h')
-rw-r--r--macosx/HBDVDDetector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBDVDDetector.h b/macosx/HBDVDDetector.h
index 978f944da..a5bb7beae 100644
--- a/macosx/HBDVDDetector.h
+++ b/macosx/HBDVDDetector.h
@@ -19,6 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
- (HBDVDDetector *)initWithPath: (NSString *)aPath NS_DESIGNATED_INITIALIZER;
@property (nonatomic, getter=isVideoDVD, readonly) BOOL videoDVD;
+@property (nonatomic, getter=isVideoBluRay, readonly) BOOL videoBluRay;
+
@property (nonatomic, readonly, copy) NSString *devicePath;
@end