1.0-dev7 (Video adding panel added)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
{
|
||||
public enum AudioFileExtension
|
||||
{
|
||||
MP3 = 4,
|
||||
FLAC = 5,
|
||||
WAV = 6,
|
||||
M4A = 7,
|
||||
ALAC = 8,
|
||||
WMA = 9,
|
||||
MP3 = 3,
|
||||
FLAC = 4,
|
||||
WAV = 5,
|
||||
M4A = 6,
|
||||
ALAC = 7,
|
||||
WMA = 8,
|
||||
}
|
||||
}
|
||||
|
||||
8
VDownload.Core/Enums/DefaultLocationType.cs
Normal file
8
VDownload.Core/Enums/DefaultLocationType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum DefaultLocationType
|
||||
{
|
||||
Last,
|
||||
Selected
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
{
|
||||
public enum MediaType
|
||||
{
|
||||
AudioVideo,
|
||||
OnlyAudio,
|
||||
OnlyVideo,
|
||||
AudioVideo = 0,
|
||||
OnlyAudio = 1,
|
||||
OnlyVideo = 2,
|
||||
}
|
||||
}
|
||||
|
||||
8
VDownload.Core/Enums/PlaylistSource.cs
Normal file
8
VDownload.Core/Enums/PlaylistSource.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum PlaylistSource
|
||||
{
|
||||
TwitchChannel,
|
||||
Null
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
{
|
||||
public enum VideoFileExtension
|
||||
{
|
||||
MP4 = 1,
|
||||
WMV = 2,
|
||||
HEVC = 3,
|
||||
MP4 = 0,
|
||||
WMV = 1,
|
||||
HEVC = 2,
|
||||
}
|
||||
}
|
||||
|
||||
9
VDownload.Core/Enums/VideoSource.cs
Normal file
9
VDownload.Core/Enums/VideoSource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum VideoSource
|
||||
{
|
||||
TwitchVod,
|
||||
TwitchClip,
|
||||
Null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user