mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-24 07:45:06 +00:00
Convert Video mostly over to properties
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user