GoaLitiuM / libobs-sharp

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)
GNU General Public License v2.0
52 stars 33 forks source link

Split SceneItem and Source #10

Closed LlamaNL closed 9 years ago

LlamaNL commented 9 years ago

You can now add a single source to multiple scenes. A source can appear multiple times in a single scene Added "add source to scene" button Added obs_source_remove import Changed ObsSceneItem.Name() to get only Name property

Added ObsScene pointer constructor Added GetScene() to ObsSceneItem

fixes: Fixed Remove first then Release Fixed some issues with _itemIndex when no items were present Remove Source now properly disposes of scene items using said source Fixex Remove Source now unselects scene items