ITR2_ASSET/Engine/Plugins/Media/ElectraPlayer/ElectraPlayer.json

77 lines
1.9 KiB
JSON
Raw Normal View History

{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Electra Player",
"Description": "Next-generation playback capability.",
"Category": "Media Players",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "https://docs.unrealengine.com/en-US/Engine/MediaFramework/Overview",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ElectraPlayerPluginHandler",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraPlayerRuntime",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [ "Win64", "Mac", "IOS", "TVOS", "Android", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraPlayerPlugin",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [ "Win64", "Mac", "IOS", "TVOS", "Android", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraPlayerFactory",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ],
"TargetDenyList": [ "Server" ]
},
{
"Name": "ElectraPlayerFactory",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [ "Win64", "Mac", "IOS", "TVOS", "Android", "Linux" ],
"TargetDenyList": [ "Server" ]
}
],
"Plugins": [
{
"Name": "ElectraUtil",
"Enabled": true
},
{
"Name": "ElectraCodecs",
"Enabled": true
},
{
"Name": "ElectraCDM",
"Enabled": true
},
{
"Name": "ElectraSubtitles",
"Enabled": true
},
{
"Name": "OpusDecoderElectra",
"Enabled": true
}
]
}