diff options
author | Damiano Galassi <[email protected]> | 2016-07-21 10:44:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-07-21 10:44:27 +0200 |
commit | db9ae28991fe8b10ee624ded5a94509cf9fa7174 (patch) | |
tree | e8ab33f7c2c8d466f5de3899f94cb8523de7a271 /macosx/HBSubtitlesTrack.h | |
parent | 39d03522f7ea220bb277ce5842a98e6d49be7d11 (diff) |
MacGui: disable the 'forced' checkbox for subtitles track if forced is not supported.
Diffstat (limited to 'macosx/HBSubtitlesTrack.h')
-rw-r--r-- | macosx/HBSubtitlesTrack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBSubtitlesTrack.h b/macosx/HBSubtitlesTrack.h index d093a801b..d1eb1277e 100644 --- a/macosx/HBSubtitlesTrack.h +++ b/macosx/HBSubtitlesTrack.h @@ -71,6 +71,7 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic, readonly) BOOL isSrt; @property (nonatomic, readonly) BOOL isEnabled; +@property (nonatomic, readonly) BOOL isForcedSupported; @property (nonatomic, readonly) BOOL canPassthru; @end |