docs: Add obs_frontend_get_current_record_output_path()

master
tt2468 2021-11-13 01:01:24 -08:00 committed by Jim
parent 22fa8f8bb0
commit a65287d615
1 changed files with 7 additions and 0 deletions

View File

@ -680,3 +680,10 @@ Functions
Opens the filters window of the specified source. Opens the filters window of the specified source.
:param source: The source to open the filters window of. :param source: The source to open the filters window of.
---------------------------------------
.. function:: char *obs_frontend_get_current_record_output_path(void)
:return: A new pointer to the current record output path. Free
with :c:func:`bfree()`.