mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
24 lines
358 B
C#
24 lines
358 B
C#
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
|
||
|
|
}
|
||
|
|
}
|