Files
UnrealEngineUWP/Engine/Plugins/Media/AudioCaptureTimecodeProvider/AudioCaptureTimecodeProvider.uplugin
JeanMichel Dignard 0f9ad96858 Copying //UE4/Dev-Enterprise @ cl 6890376 to Dev-Main (//UE4/Dev-Main)
#lockdown nick.penwarden
#rb none

[CL 6890764 by JeanMichel Dignard in Main branch]
2019-06-07 11:22:52 -04:00

39 lines
879 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" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name": "AudioCaptureTimecodeProvider",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
}
],
"Plugins":
[
{
"Name": "AudioCapture",
"Enabled": true,
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "LinearTimecode",
"Enabled": true,
"WhitelistPlatforms": [ "Win64" ]
}
]
}