AnKangCAVE51/AnKang/Windows/Engine/Plugins/Media/HAPMedia/HAPMedia.uplugin

31 lines
721 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "HAP Media",
"Description": "Implements video playback of the HAP Codec. HAP is a high performance, high resolution codec that runs on the GPU.",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"Category": "Media Players",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [ "Win64" ],
"Modules": [
{
"Name": "HAPMedia",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "WmfMedia",
"Enabled": true
}
]
}