fix: initialize selected runtime for live playout
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user