Remotely/Remotely_ScreenCast/Capture/CaptureMode.cs
2021-07-29 07:53:41 -07:00

15 lines
234 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Remotely_ScreenCast.Capture
{
public enum CaptureMode
{
BitBtl,
DirectX
}
}