diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2022-03-05 21:47:59 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2022-03-05 21:47:59 +0800 |
| commit | bfc27e494b26e3fb3507a79d49b2df0fe035bbfe (patch) | |
| tree | ff073de6668b13bbf6c977d2199bebfb1423bc09 /MediaBrowser.Model/Session/HardwareEncodingType.cs | |
| parent | fab5f37e0e4775eb1d2c80b9d5fa3d98f5be12a6 (diff) | |
Remove the deprecated OMX and MMAL HWA
Diffstat (limited to 'MediaBrowser.Model/Session/HardwareEncodingType.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/HardwareEncodingType.cs | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/MediaBrowser.Model/Session/HardwareEncodingType.cs b/MediaBrowser.Model/Session/HardwareEncodingType.cs index 0db5697d3..f5753467a 100644 --- a/MediaBrowser.Model/Session/HardwareEncodingType.cs +++ b/MediaBrowser.Model/Session/HardwareEncodingType.cs @@ -21,28 +21,18 @@ NVENC = 2, /// <summary> - /// OpenMax OMX. + /// Video4Linux2 V4L2. /// </summary> - OMX = 3, - - /// <summary> - /// Exynos V4L2 MFC. - /// </summary> - V4L2M2M = 4, - - /// <summary> - /// MediaCodec Android. - /// </summary> - MediaCodec = 5, + V4L2M2M = 3, /// <summary> /// Video Acceleration API (VAAPI). /// </summary> - VAAPI = 6, + VAAPI = 4, /// <summary> /// Video ToolBox. /// </summary> - VideoToolBox = 7 + VideoToolBox = 5 } } |
