This commit is contained in:
2025-07-14 22:24:27 +08:00
parent daacc18ecf
commit 4af19ef574
7722 changed files with 72086 additions and 0 deletions

View File

@ -0,0 +1,72 @@
{
"FileVersion": 3,
"Version": 10,
"VersionName": "v2.05",
"FriendlyName": "DirectVideo Android",
"Description": "Android video playback using Vulkan",
"Category": "Rendering",
"CreatedBy": "Joe Marshall",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/342ae80f4bc04e4aa232991047532ff2",
"SupportURL": "https://joemarshall.github.io/directvideo/",
"EngineVersion": "5.3.0",
"CanContainContent": true,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64",
"Android"
],
"Modules": [
{
"Name": "AndroidVulkanVideo",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Android"
],
"TargetAllowList": [
"Game",
"Client"
]
},
{
"Name": "VulkanVideoMeshComponent",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Android"
],
"TargetAllowList": [
"Game",
"Editor",
"Client",
"Server"
]
},
{
"Name": "AndroidVulkanVideoFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Android"
],
"TargetAllowList": [
"Game",
"Editor",
"Client",
"Server"
]
},
{
"Name": "AndroidVulkanVideoFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "VulkanVideoMeshComponent",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}