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