Files
UnrealEngine/Engine/Plugins/Media/AudioCaptureTimecodeProvider/AudioCaptureTimecodeProvider.uplugin
2025-05-18 13:04:45 +08: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" ]
}
]
}