I have been using this c# wrapper for OBS to create a custom GUI. It is great but unfortunately it does not have the ability to record and stream.
https://github.com/GoaLitiuM/libobs-sharp
I've tried implementing this myself but if I just import the function obs_frontend_recording_start I get an error that says I tried to call the function without a callback. I've tried a bunch of things to fix this but I have hit many dead ends.
I would be very happy if someone could guide me in adding this functionality to this wrapper.
https://github.com/GoaLitiuM/libobs-sharp
I've tried implementing this myself but if I just import the function obs_frontend_recording_start I get an error that says I tried to call the function without a callback. I've tried a bunch of things to fix this but I have hit many dead ends.
I would be very happy if someone could guide me in adding this functionality to this wrapper.