10 lines
137 B
C#
10 lines
137 B
C#
namespace Hyperbar.Widget.MediaController.Windows;
|
|
|
|
public enum PlaybackButtonType
|
|
{
|
|
Previous,
|
|
Play,
|
|
Pause,
|
|
Forward
|
|
}
|