This website requires JavaScript.
Explore
Help
Sign In
MateuszSkoczek
/
VDownload
Watch
1
Star
0
Fork
0
You've already forked VDownload
Code
Issues
Pull Requests
Actions
Projects
Releases
1
Activity
Files
25041f9d43c8e778ae82d894cbfd921413fcf250
VDownload
/
VDownload.Core
/
Enums
/
VideoFileExtension.cs
10 lines
137 B
C#
Raw
Normal View
History
Unescape
Escape
1.0-dev4 (New GUI and Twitch API change to Helix)
2022-02-16 03:15:41 +01:00
namespace
VDownload.Core.Enums
{
public
enum
VideoFileExtension
{
1.0-dev7 (Video adding panel added)
2022-02-26 14:32:34 +01:00
MP4
=
0
,
WMV
=
1
,
HEVC
=
2
,
1.0-dev4 (New GUI and Twitch API change to Helix)
2022-02-16 03:15:41 +01:00
}
}
Copy Permalink