Files
UnrealEngineUWP/Engine/Plugins/Media/AudioCaptureTimecodeProvider/AudioCaptureTimecodeProvider.uplugin
Robb Surridge 610c467639 Update vendor links for built-in plugins to use secure protocol.
#jira UE-166823
#rb lauren.barnes
#preflight 6352b20b7261e565c476ec3b

[CL 22690089 by Robb Surridge in ue5-main branch]
2022-10-21 11:04:07 -04:00

39 lines
877 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Audio Capture Timecode Provider",
"Description" : "Decodes an LTC signal (linear timcode) from a live audio capture device (ie. the computer audio jack).",
"Category" : "Media Players",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name": "AudioCaptureTimecodeProvider",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64" ]
}
],
"Plugins":
[
{
"Name": "AudioCapture",
"Enabled": true,
"PlatformAllowList": [ "Win64" ]
},
{
"Name": "LinearTimecode",
"Enabled": true,
"PlatformAllowList": [ "Win64" ]
}
]
}