mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 17:46:36 +00:00
add image editing
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public class MediaFileInfo
|
||||
{
|
||||
public string Name { get; set; } = null!;
|
||||
public string Path { get; set; } = null!;
|
||||
public TimeSpan Duration { get; set; }
|
||||
public string DurationStr => $"{Duration:h\\:mm\\:ss}";
|
||||
public bool HasAnnotations { get; set; }
|
||||
public MediaTypes MediaType { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user