mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
14 lines
212 B
C#
14 lines
212 B
C#
![]() |
namespace FFMpegCore.Extensions.Downloader.Enums;
|
|||
|
|
|||
|
public enum SupportedPlatforms : ushort
|
|||
|
{
|
|||
|
Windows64,
|
|||
|
Windows32,
|
|||
|
Linux64,
|
|||
|
Linux32,
|
|||
|
LinuxArmhf,
|
|||
|
LinuxArmel,
|
|||
|
LinuxArm64,
|
|||
|
Osx64
|
|||
|
}
|