Add creation-time getter property

This commit is contained in:
Malte Rosenbjerg 2020-08-27 16:38:07 +02:00
parent e6139805a8
commit 32e7f16979

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