Files
ZuneShell.dll/ZuneDBApi/MicrosoftZunePlayback/MBRHeuristicState.cs
T

11 lines
151 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace MicrosoftZunePlayback
{
public enum MBRHeuristicState
{
Playback = 3,
Test_Completed = 2,
Test_Inprogress = 1,
Test_Start = 0
}
}