namespace Microsoft.Zune.Util { public enum SQMAction { MixedStream = 5, NumStream = 4, SetBits = 3, SetFlag = 2, Inc = 1, Add = 0 } }