浏览代码

Add a new HWA type RKMPP

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
nyanmisaka 1 年之前
父节点
当前提交
d423efd2ea
共有 1 个文件被更改,包括 6 次插入1 次删除
  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
     }
 }