namespace Azaion.Video.DTO; public enum MediaStatusEnum { None = 0, Uploaded = 10, Annotating = 20, Annotated = 30 }