Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/EDownloadContextEvent.cs
T

24 lines
358 B
C#
Raw Normal View History

2021-11-11 11:18:46 -06:00
namespace Microsoft.Zune.Service
{
public enum EDownloadContextEvent
{
FMRadio = 80,
Facebook = 72,
Bing = 71,
Partner = 70,
Charts = 50,
MixView = 43,
SmartDJ = 41,
Recommendation = 40,
Featured = 30,
DeepLink = 20,
MoreAbout = 11,
Channel = 0x20,
Playlist = 0x1F,
Search = 10,
Unknown = -1,
Social = 60,
Picks = 42
}
}