43 lines
993 B
Plaintext
43 lines
993 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "VLC Media Player",
|
|
"Version" : 14,
|
|
"VersionName" : "14.0",
|
|
"CreatedBy" : "Epic Games Inc",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "https://github.com/ue4plugins/VlcMedia",
|
|
"Description" : "Implements a media player using the Video LAN Codec (libvlc).",
|
|
"Category" : "Media Players",
|
|
"EnabledByDefault" : true,
|
|
"IsBetaVersion": true,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "VlcMedia",
|
|
"Type" : "RuntimeNoCommandlet",
|
|
"LoadingPhase" : "PreLoadingScreen",
|
|
"WhitelistPlatforms" : [ "Linux", "Mac", "Win32", "Win64" ]
|
|
},
|
|
{
|
|
"Name" : "VlcMediaEditor",
|
|
"Type" : "Editor",
|
|
"LoadingPhase" : "PostEngineInit"
|
|
},
|
|
{
|
|
"Name" : "VlcMediaFactory",
|
|
"Type" : "Editor",
|
|
"LoadingPhase" : "PostEngineInit"
|
|
},
|
|
{
|
|
"Name": "VlcMediaFactory",
|
|
"Type": "RuntimeNoCommandlet",
|
|
"LoadingPhase" : "PostEngineInit",
|
|
"WhitelistPlatforms" : [ "Linux", "Mac", "Win32", "Win64" ]
|
|
}
|
|
],
|
|
|
|
"CanContainContent" : false
|
|
}
|