mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Add creation-time getter property
This commit is contained in:
parent
e6139805a8
commit
32e7f16979
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ public static class TagExtensions
|
|||
}
|
||||
|
||||
public static string? GetLanguage(this ITagsContainer tagsContainer) => TryGetTagValue(tagsContainer, "language");
|
||||
public static string? GetCreationTime(this ITagsContainer tagsContainer) => TryGetTagValue(tagsContainer, "creation_time ");
|
||||
public static string? GetRotate(this ITagsContainer tagsContainer) => TryGetTagValue(tagsContainer, "rotate");
|
||||
public static string? GetDuration(this ITagsContainer tagsContainer) => TryGetTagValue(tagsContainer, "duration");
|
||||
|
||||
|
|
Loading…
Reference in a new issue