mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
9 lines
133 B
C#
9 lines
133 B
C#
namespace Azaion.Video.DTO;
|
|
|
|
public enum MediaStatusEnum
|
|
{
|
|
None = 0,
|
|
Uploaded = 10,
|
|
Annotating = 20,
|
|
Annotated = 30
|
|
} |