Added audio player logic and tests.
This commit is contained in:
8
Harmonia.Core/Player/RepeatState.cs
Normal file
8
Harmonia.Core/Player/RepeatState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Harmonia.Core.Player;
|
||||
|
||||
public enum RepeatState
|
||||
{
|
||||
Off = 0,
|
||||
RepeatAll = 1,
|
||||
RepeatOne = 2
|
||||
}
|
||||
Reference in New Issue
Block a user