namespace ErsatzTV.Core.Domain; public enum GraphicsElementKind { Image = 0, Text = 1, Subtitle = 2, Motion = 3, Script = 4 }