namespace ErsatzTV.Core.Domain; public enum ScalingBehavior { ScaleAndPad = 0, Stretch = 1, Crop = 2 }