Bläddra i källkod

Add a new HWA type RKMPP

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
nyanmisaka 1 år sedan
förälder
incheckning
d423efd2ea
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      MediaBrowser.Model/Session/HardwareEncodingType.cs

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

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