Projektdateien hinzufügen.
This commit is contained in:
27
VideoBrowser/Helpers/FFMpegFileType.cs
Normal file
27
VideoBrowser/Helpers/FFMpegFileType.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
namespace VideoBrowser.Helpers
|
||||
{
|
||||
#region Enums
|
||||
|
||||
/// <summary>
|
||||
/// Defines the FFMpegFileType
|
||||
/// </summary>
|
||||
public enum FFMpegFileType
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the Audio
|
||||
/// </summary>
|
||||
Audio,
|
||||
|
||||
/// <summary>
|
||||
/// Defines the Error
|
||||
/// </summary>
|
||||
Error,
|
||||
|
||||
/// <summary>
|
||||
/// Defines the Video
|
||||
/// </summary>
|
||||
Video
|
||||
}
|
||||
|
||||
#endregion Enums
|
||||
}
|
||||
Reference in New Issue
Block a user