diff options
author | Matthew Lazarow <[email protected]> | 2018-08-13 15:56:01 -0400 |
---|---|---|
committer | Scott <[email protected]> | 2018-08-13 20:56:01 +0100 |
commit | a9daef1e18b93f793479155210110322234bb655 (patch) | |
tree | 0bd762a171c18d9999ec13dfc65f025f1e7db160 /macosx/HBUtilities.h | |
parent | 223dc7bd007bfd665948f7e11a9f4681d580cb35 (diff) |
Autoname creation date
Adds {creation-date} and {creation-time} templates to autoname
preference option.
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index 4b4fa035a..fd8963693 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -58,7 +58,8 @@ NS_ASSUME_NONNULL_BEGIN chapters:(NSRange)chaptersRange quality:(double)quality bitrate:(int)bitrate - videoCodec:(uint32_t)codec; + videoCodec:(uint32_t)codec + creationDate:(NSDate *)creationDate; + (NSString *)isoCodeForNativeLang:(NSString *)language; + (NSString *)iso6392CodeFor:(NSString *)language; |