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