namespace MicrosoftZunePlayback { public enum MBRHeuristicState { Playback = 3, Test_Completed = 2, Test_Inprogress = 1, Test_Start = 0 } }