Paladin
Connecting to an ATEM Switcher via C# (Multiplatform)
So, I am trying to invoke some disconnection logic, in order to access COM ports. The SDK says it is possible to connect on other platforms but it seems to be proving difficult.
Here is the code I'm using atm from the
ATEMConnect.cs
file
Marshal.GetObjectForIUnknown(switcherPtr)
is proving to be the problem as it says in the IDE it is Windows only, but I aren't sure what the equivalent is. I asked in #chat about P/Invoke but I'd still likely need to use something like that even with P/Invoke. I'm not sure how I can get this to access on Mac.7 replies