Files
UnrealEngine/Engine/Plugins/Experimental/AVCodecs/VTCodecs/VTCodecs.uplugin
2025-05-18 13:04:45 +08:00

49 lines
907 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "VTCodecs",
"Description": "Adds codecs from the Apple Video Toolbox Framework to AVCodecs",
"Category": "Codecs",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "VTCodecs",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"TargetDenyList": [
"Server"
],
"PlatformAllowList": [
"Mac",
]
},
{
"Name": "VTCodecsRHI",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"TargetDenyList": [
"Program"
],
"PlatformAllowList": [
"Mac",
]
}
],
"Plugins": [
{
"Name": "AVCodecsCore",
"Enabled": true
}
],
"SupportedTargetPlatforms": [
"Mac",
]
}