mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
37 lines
694 B
C#
37 lines
694 B
C#
public enum Features
|
|
{
|
|
eLastFeature = 0x20,
|
|
eVideoAllHub = 0x1F,
|
|
eSocialMarketplace = 30,
|
|
eMixview = 29,
|
|
eMusic = 28,
|
|
eQuickMixZmp = 27,
|
|
eQuickMixLocal = 26,
|
|
eOptIn = 25,
|
|
eMBRPreview = 24,
|
|
eMBRPurchase = 23,
|
|
eMBRRental = 22,
|
|
eFirstLaunchIntroVideo = 21,
|
|
eSignInAvailable = 20,
|
|
eSubscriptionMusicVideoStreaming = 19,
|
|
eSubscriptionMusicDownload = 18,
|
|
eSubscriptionTrial = 17,
|
|
eSubscriptionFreeTracks = 0x10,
|
|
eSubscriptionConfirmation = 0xF,
|
|
eSubscription = 14,
|
|
eMovieTrailers = 13,
|
|
eTV = 12,
|
|
eApps = 11,
|
|
eGames = 10,
|
|
eRadio = 9,
|
|
eChannels = 8,
|
|
ePodcasts = 7,
|
|
eMusicVideos = 6,
|
|
eSocial = 5,
|
|
eVideos = 4,
|
|
ePicks = 3,
|
|
eMarketplace = 2,
|
|
eDevice = 1,
|
|
eQuickplay = 0
|
|
}
|