9 lines
120 B
C#
9 lines
120 B
C#
namespace Harmonia.Core.Engine;
|
|
|
|
public enum AudioPlaybackState
|
|
{
|
|
Stopped,
|
|
Playing,
|
|
Stalled,
|
|
Paused
|
|
} |