mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
13 lines
150 B
C#
13 lines
150 B
C#
namespace Microsoft.Zune.Util
|
|
{
|
|
public enum SQMAction
|
|
{
|
|
MixedStream = 5,
|
|
NumStream = 4,
|
|
SetBits = 3,
|
|
SetFlag = 2,
|
|
Inc = 1,
|
|
Add = 0
|
|
}
|
|
}
|