mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
9 lines
138 B
C#
9 lines
138 B
C#
namespace FFMpegCore.Extensions.Downloader.Enums;
|
|
|
|
[Flags]
|
|
public enum FFMpegBinaries : ushort
|
|
{
|
|
FFMpeg,
|
|
FFProbe,
|
|
FFPlay
|
|
}
|