namespace ErsatzTV.Core.Interfaces.FFmpeg { public interface IDisplaySize { int Width { get; } int Height { get; } } }