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