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

9 lines
94 B
C#

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