SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Some source interface classes don't follow special process for source method #149

Closed SML-MeSo closed 7 years ago

SML-MeSo commented 7 years ago

The best upside on using Source objects instead of Item object for source-specific methods/properties is that it isn't tied to a specific item, meaning those methods/properties can still be accessed if the original item is deleted as long as the source is still existing (i.e. via a duplicate item). However, some source interface classes still don't adhere, and uses the default get/set internal methods.