Files
UnrealEngineUWP/Engine/Plugins/Media/OpusDecoderElectra/OpusDecoderElectra.uplugin
Jens Petersam ebabab6719 Electra: Copy-up from codec refactor task stream
#preflight 642a82f389339023eb61b540
#rnx
#fyi Thomas.Engel

[CL 24889800 by Jens Petersam in ue5-main branch]
2023-04-03 03:58:57 -04:00

30 lines
705 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Opus audio decoder for Electra",
"Description": "Implements Opus audio playback with the Electra media player",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"Category": "Media Players",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "OpusDecoderElectra",
"Type": "Runtime",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac", "IOS", "TVOS", "Android", "Linux" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "ElectraCodecs",
"Enabled": true
}
]
}