mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-07-08 13:07:07 +00:00
9 lines
120 B
C#
9 lines
120 B
C#
namespace N_m3u8DL_RE.Enum;
|
|
|
|
internal enum DecryptEngine
|
|
{
|
|
MP4DECRYPT,
|
|
SHAKA_PACKAGER,
|
|
MP4BOX,
|
|
FFMPEG,
|
|
} |