1.0-dev6 (Option bar added and code cleaned)
This commit is contained in:
9
VDownload.Core/Enums/VideoFileExtension.cs
Normal file
9
VDownload.Core/Enums/VideoFileExtension.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum VideoFileExtension
|
||||
{
|
||||
MP4 = 1,
|
||||
WMV = 2,
|
||||
HEVC = 3,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user