namespace Ryujinx.Audio
{
    public enum PlaybackState
    {
        Playing = 0,
        Stopped = 1
    }
}