namespace ErsatzTV.Core.Domain
{
public enum VideoScanKind
Unknown = 0,
Progressive = 1,
Interlaced = 2
}