streamdeck-obs-plugin2
streamdeck-obs-plugin2 copied to clipboard
Use obs_source_properties instead of obs_get_source_properties
it is faster and has less chance of null reference error in the get_properties function of the source, because void* data is not null
Also some source have different properties based on changes in the settings or the state of the source.