ffmpeg essentials fix Project reorganized git lfs ffmpeg removed ffmpeg added
19 lines
273 B
C#
19 lines
273 B
C#
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,
|
|
}
|
|
}
|