diff options
| author | Cody Robibero <cody@robibe.ro> | 2024-02-01 06:47:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 06:47:12 -0700 |
| commit | f4d553877cec85bb27798c3320178bc1a65842f8 (patch) | |
| tree | 70c9c81965e1d6f8503ba14511cdfce841993672 /MediaBrowser.Model/Session/HardwareEncodingType.cs | |
| parent | 2ea75ea62f868cba88751b4fbe833a14d8fd52fb (diff) | |
| parent | e62dab627e7eab650d594ca9ca9236e504863bbe (diff) | |
Merge pull request #10748 from nyanmisaka/rockchip-rkmpp-hwa
Add full HWA transcoding pipeline for Rockchip RKMPP
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 } } |
