mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
docs: Document obs_frontend_recording_add_chapter()
This commit is contained in:
@@ -647,6 +647,17 @@ Functions
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: bool obs_frontend_recording_add_chapter(const char *name)
|
||||
|
||||
Asks OBS to insert a chapter marker at the current output time into the recording.
|
||||
|
||||
:param name: The name for the chapter, may be *NULL* to use an automatically generated name ("Unnamed <Chapter number>" or localized equivalent).
|
||||
:return: *true* if insertion was successful, *false* if recording is inactive, paused, or if chapter insertion is not supported by the current output.
|
||||
|
||||
.. versionadded:: 30.2
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: void obs_frontend_replay_buffer_start(void)
|
||||
|
||||
Starts the replay buffer.
|
||||
|
||||
Reference in New Issue
Block a user