Bladeren bron

Add a new HWA type RKMPP

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
nyanmisaka 1 jaar geleden
bovenliggende
commit
d423efd2ea
1 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 6 1
      MediaBrowser.Model/Session/HardwareEncodingType.cs

+ 6 - 1
MediaBrowser.Model/Session/HardwareEncodingType.cs

@@ -33,6 +33,11 @@
         /// <summary>
         /// <summary>
         /// Video ToolBox.
         /// Video ToolBox.
         /// </summary>
         /// </summary>
-        VideoToolBox = 5
+        VideoToolBox = 5,
+
+        /// <summary>
+        /// Rockchip Media Process Platform (RKMPP).
+        /// </summary>
+        RKMPP = 6
     }
     }
 }
 }