Просмотр исходного кода

docs: Add obs_frontend_get_current_record_output_path()

tt2468 4 лет назад
Родитель
Сommit
a65287d615
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      docs/sphinx/reference-frontend-api.rst

+ 7 - 0
docs/sphinx/reference-frontend-api.rst

@@ -680,3 +680,10 @@ Functions
    Opens the filters window of the specified source.
 
    :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()`.