10 lines
111 B
C#
10 lines
111 B
C#
namespace Harmonia.UI.Models;
|
|
|
|
public enum VolumeState
|
|
{
|
|
Muted,
|
|
Off,
|
|
Low,
|
|
Medium,
|
|
High
|
|
} |