mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 23:52:13 +00:00
11 lines
146 B
C#
11 lines
146 B
C#
namespace AIStudio.Tools.Rust;
|
|
|
|
public enum MediaJobPhase
|
|
{
|
|
UNKNOWN,
|
|
PROBING,
|
|
TRANSCODING,
|
|
COMPLETED,
|
|
FAILED,
|
|
CANCELLED,
|
|
} |