diff options
author | Damiano Galassi <[email protected]> | 2016-01-09 13:20:49 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-09 13:20:49 +0100 |
commit | 361c5143f3be4ab72bd08bed724b05007e4d108b (patch) | |
tree | 9ce605e3695b9d7f79a8dedf0d10ce7902151be7 /macosx/HBDVDDetector.h | |
parent | a330924d670169ba78a41dd530604b9bf41a6180 (diff) |
MacGui: add bluray detection to HBDVDDetector.
Diffstat (limited to 'macosx/HBDVDDetector.h')
-rw-r--r-- | macosx/HBDVDDetector.h | 2 |
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 |