bennetthardwick / rust-obs-plugins

A safe wrapper around the OBS API, useful for creating OBS sources, filters and effects.
GNU General Public License v2.0
186 stars 34 forks source link

Adding a source to a scene #40

Open Beaux44 opened 1 year ago

Beaux44 commented 1 year ago

I'm trying to make a plugin where on the creation of my source, I would like to create a private browser source and add it to the current scene. From what I have gathered, it appears I require the OBS Frontend API in order to do this, which is not currently exposed in the FFI. Is there a way around this limitation, or could these mappings be added in some way?