From a65287d6157fc0b5627853550ea25fae5f2f25e0 Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 13 Nov 2021 01:01:24 -0800 Subject: [PATCH] docs: Add obs_frontend_get_current_record_output_path() --- docs/sphinx/reference-frontend-api.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sphinx/reference-frontend-api.rst b/docs/sphinx/reference-frontend-api.rst index 08696684d..c6313dcd8 100644 --- a/docs/sphinx/reference-frontend-api.rst +++ b/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()`.