|
|
@@ -235,6 +235,18 @@ Functions
|
|
|
|
|
|
---------------------------------------
|
|
|
|
|
|
+.. function:: int obs_frontend_get_transition_duration(void)
|
|
|
+
|
|
|
+ :return: The transition duration (in milliseconds) currently set in the UI.
|
|
|
+
|
|
|
+---------------------------------------
|
|
|
+
|
|
|
+.. function:: void obs_frontend_set_transition_duration(int duration)
|
|
|
+
|
|
|
+ :param duration: Desired transition duration (in milliseconds)
|
|
|
+
|
|
|
+---------------------------------------
|
|
|
+
|
|
|
.. function:: char **obs_frontend_get_scene_collections(void)
|
|
|
|
|
|
:return: The list of profile names, ending with NULL. The list is
|