{
	"FileVersion" : 3,
	"Version" : 2,
	"VersionName" : "2.0",
	"FriendlyName" : "WMF Media Player",
	"Description" : "Implements a media player using the Windows Media Foundation framework.",
	"Category" : "Media Players",
	"CreatedBy" : "Epic Games, Inc.",
	"CreatedByURL" : "http://epicgames.com",
	"DocsURL" : "https://forums.unrealengine.com/showthread.php?46879-Media-Framework-Documentation-for-4-5-Preview",
	"MarketplaceURL" : "",
	"SupportURL" : "",
	"EnabledByDefault" : true,
	"CanContainContent" : false,
	"IsBetaVersion" : false,
	"Installed" : false,
	"Modules" :
	[
		{
			"Name": "WmfMedia",
			"Type": "Runtime",
			"LoadingPhase": "PostConfigInit",
			"WhitelistPlatforms": [ "Win32", "Win64", "XboxOne" ],
			"BlacklistTargets": [ "Server" ]
		},
		{
			"Name": "WmfMediaEditor",
			"Type": "Editor",
			"LoadingPhase": "PostEngineInit",
			"BlacklistTargets": [ "Server" ]
		},
		{
			"Name": "WmfMediaFactory",
			"Type": "Editor",
			"LoadingPhase": "PostEngineInit",
			"BlacklistTargets": [ "Server" ]
		},
		{
			"Name": "WmfMediaFactory",
			"Type": "RuntimeNoCommandlet",
			"LoadingPhase": "PostEngineInit",
			"WhitelistPlatforms": [ "Mac", "Linux", "Win32", "Win64" ],
			"BlacklistTargets": [ "Server" ]
		}
	]
}
