From bfc27e494b26e3fb3507a79d49b2df0fe035bbfe Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Sat, 5 Mar 2022 21:47:59 +0800 Subject: Remove the deprecated OMX and MMAL HWA --- MediaBrowser.Model/Session/HardwareEncodingType.cs | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'MediaBrowser.Model/Session/HardwareEncodingType.cs') 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, /// - /// OpenMax OMX. + /// Video4Linux2 V4L2. /// - OMX = 3, - - /// - /// Exynos V4L2 MFC. - /// - V4L2M2M = 4, - - /// - /// MediaCodec Android. - /// - MediaCodec = 5, + V4L2M2M = 3, /// /// Video Acceleration API (VAAPI). /// - VAAPI = 6, + VAAPI = 4, /// /// Video ToolBox. /// - VideoToolBox = 7 + VideoToolBox = 5 } } -- cgit v1.2.3