namespace ErsatzTV.Core.Domain { public enum StreamingMode { TransportStream = 1, HttpLiveStreaming = 2 } }