diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2023-12-20 13:56:28 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2024-02-01 18:59:27 +0800 |
| commit | d423efd2eac8bb3d392b9d6c98b172cc05b64a5a (patch) | |
| tree | 6194ad07a1cd8ec5169061edb6b6a632bc555b80 /MediaBrowser.Model/Session/HardwareEncodingType.cs | |
| parent | 2ea75ea62f868cba88751b4fbe833a14d8fd52fb (diff) | |
Add a new HWA type RKMPP
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
Diffstat (limited to 'MediaBrowser.Model/Session/HardwareEncodingType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/HardwareEncodingType.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/HardwareEncodingType.cs b/MediaBrowser.Model/Session/HardwareEncodingType.cs index f5753467a..058875cd3 100644 --- a/MediaBrowser.Model/Session/HardwareEncodingType.cs +++ b/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 } } |
