11 lines
160 B
C#
11 lines
160 B
C#
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public enum PlaybackStatus
|
|
{
|
|
Closed,
|
|
Opened,
|
|
Changing,
|
|
Stopped,
|
|
Playing,
|
|
Paused
|
|
} |