Add creation-time getter property

Former-commit-id: 32e7f16979
This commit is contained in:
Malte Rosenbjerg 2020-08-27 16:38:07 +02:00
parent 3f9e6c0d18
commit 3ff2eb2cb6

View file

@ -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");