OF-DL/OF DL/Enumerations/VideoResolution.cs

10 lines
120 B
C#

namespace OF_DL.Enumerations
{
public enum VideoResolution
{
_240,
_720,
source
}
}