0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/mac-capture
jp9000 1bca7e0a3e Improve properties API
Improve the properties API so that it can actually respond somewhat to
user input.  Maybe later this might be further improved or replaced with
something script-based.

When creating a property, you can now add a callback to that property
that notifies when the property has been changed in the user interface.
Return true if you want the properties to be refreshed, or false if not.
Though now that I think about it I doubt there would ever be a case
where you would have this callback and *not* refresh the properties.

Regardless, this allows functions to change the values of properties or
settings, or enable/disable/hide other property controls from view
dynamically.
2014-04-04 00:30:37 -07:00
..
audio-device-enum.c CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
audio-device-enum.h CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
CMakeLists.txt CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
mac-audio.c Improve properties API 2014-04-04 00:30:37 -07:00
mac-helpers.h CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
plugin-main.c Split output/input audio capture sources 2014-03-03 02:56:54 -07:00