-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Starting with 0.16.0, there is a frontend API available. I tried to do a simple mockup, but this is not my forte and could not get passed a simple call to get scene names:
Sample code
public static class libobsFrontend
{
public const string importLibrary = "obs-frontend-api.dll";
public const CallingConvention importCall = CallingConvention.Cdecl;
[DllImport(importLibrary, CallingConvention = importCall)]
public static extern string obs_frontend_get_scene_names();
}During runtime, the call results in Tried to call obs_frontend_get_scene_names with no callbacks!.
The call chain is here to here.
I'm stuck on creating callbacks and have no idea where to begin 🤔.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels