ITR2_ASSET/Engine/Plugins/Media/ElectraCodecs/ElectraCodecs.json
merith-tk 6c5b2d22ac dump: [json] pakchunk0
dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
2024-11-29 17:10:45 -08:00

46 lines
1.2 KiB
JSON

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Electra Codecs",
"Description": "Codecs for use with Electra player.",
"Category": "Media Players",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/en-US/Engine/MediaFramework/Overview",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ElectraDecoders",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [ "Win64", "Android", "Mac", "IOS", "TVOS", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraCodecFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Android", "Mac", "IOS", "TVOS", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraCodecFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "ElectraUtil",
"Enabled": true
}
]
}