Convert Video mostly over to properties

This commit is contained in:
Matt Nadareski
2026-04-03 12:31:24 -04:00
parent 4fecf8b498
commit 2ed0c1f732
31 changed files with 217 additions and 179 deletions

View File

@@ -8,6 +8,12 @@ namespace SabreTools.Data.Models.Metadata
{
#region Properties
/// <remarks>Only found in Video</remarks>
public long? AspectX { get; set; }
/// <remarks>Only found in Video</remarks>
public long? AspectY { get; set; }
/// <remarks>(raster|vector|lcd|svg|unknown)</remarks>
public DisplayType? DisplayType { get; set; }