twitch vod downloading done
ffmpeg essentials fix Project reorganized git lfs ffmpeg removed ffmpeg added
This commit is contained in:
18
VDownload.Models/VideoExtension.cs
Normal file
18
VDownload.Models/VideoExtension.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace VDownload.Models
|
||||
{
|
||||
public enum VideoExtension
|
||||
{
|
||||
MP4,
|
||||
MKV,
|
||||
AVI,
|
||||
MOV,
|
||||
WEBM,
|
||||
WMV,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user