diff options
author | Damiano Galassi <[email protected]> | 2016-05-24 11:15:21 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-05-24 11:15:21 +0200 |
commit | e117959205266ad5b243391c976632e5ec186af8 (patch) | |
tree | b3bc58773186a562db98612560ad360283888bb6 /macosx/HBVideo+UIAdditions.h | |
parent | b015c304d1d72ae7e43e0eae25048136069f03ad (diff) |
MacGui: use the right constant quality label in the video tab, and split HBVideo KVO dependecies.
Diffstat (limited to 'macosx/HBVideo+UIAdditions.h')
-rw-r--r-- | macosx/HBVideo+UIAdditions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBVideo+UIAdditions.h b/macosx/HBVideo+UIAdditions.h index 341c633ee..beb0584b5 100644 --- a/macosx/HBVideo+UIAdditions.h +++ b/macosx/HBVideo+UIAdditions.h @@ -25,6 +25,8 @@ @property (nonatomic, readonly) NSString *unparseOptions; +@property (nonatomic, readonly) NSString *constantQualityLabel; + @property (nonatomic, readonly) double qualityMinValue; @property (nonatomic, readonly) double qualityMaxValue; |