fix: initialize selected runtime for live playout

This commit is contained in:
2026-07-28 20:44:20 +09:00
parent 18d40e892f
commit 818acad646
24 changed files with 906 additions and 391 deletions

View File

@@ -2,6 +2,12 @@ namespace MBN_STOCK_WEBVIEW.Playout.Interop;
public static class K3dComConstants
{
public const string StandardInstallationRoot = @"C:\K3DAsyncEngine";
public const string StandardNativeBinaryPath =
@"C:\K3DAsyncEngine\DLL\x64\Release\K3DAsyncEngine.dll";
public const string StandardInteropAssemblyPath =
@"C:\K3DAsyncEngine\Bin\x64\C#\Interop.K3DAsyncEngineLib.dll";
public const string TypeLibraryId = "{2B7F2D64-3A8D-401C-BE73-5C0747BA342C}";
public const string TypeLibraryVersion = "1.0";