From bf654bde600fa6a67b19d27cf82f600a47ca3638 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Sat, 30 Mar 2024 05:55:15 +0800 Subject: Add json parser for video rotation side data Signed-off-by: nyanmisaka --- MediaBrowser.Model/Entities/MediaStream.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index a620bc9b5..fa09902e5 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -122,6 +122,12 @@ namespace MediaBrowser.Model.Entities /// The Dolby Vision bl signal compatibility id. public int? DvBlSignalCompatibilityId { get; set; } + /// + /// Gets or sets the Rotation. + /// + /// The video rotation. + public int? Rotation { get; set; } + /// /// Gets or sets the comment. /// -- cgit v1.2.3