Migrate aurora-sharp-desktop
This commit is contained in:
12
aurora-sharp-desktop/Aurora/Services/Player/PlaybackState.cs
Normal file
12
aurora-sharp-desktop/Aurora/Services/Player/PlaybackState.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Aurora.Services.Player
|
||||
{
|
||||
public enum PlaybackState
|
||||
{
|
||||
Playing,
|
||||
Stopped,
|
||||
Buffering,
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user