New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -124,6 +124,18 @@ Structures/Enumerations
|
|||
the program is either about to load a new scene collection, or the
|
||||
program is about to exit.
|
||||
|
||||
- **OBS_FRONTEND_FINISHED_LOADING**
|
||||
|
||||
Triggered when the program has finished loading.
|
||||
|
||||
- **OBS_FRONTEND_EVENT_RECORDING_PAUSED**
|
||||
|
||||
Triggered when the recording has been paused.
|
||||
|
||||
- **OBS_FRONTEND_EVENT_RECORDING_UNPAUSED**
|
||||
|
||||
Triggered when the recording has been unpaused.
|
||||
|
||||
.. type:: struct obs_frontend_source_list
|
||||
|
||||
- DARRAY(obs_source_t*) **sources**
|
||||
|
|
@ -402,6 +414,18 @@ Functions
|
|||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: void obs_frontend_recording_pause(bool pause)
|
||||
|
||||
:pause: *true* to pause recording, *false* to unpause.
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: bool obs_frontend_recording_paused(void)
|
||||
|
||||
:return: *true* if recording paused, *false* otherwise.
|
||||
|
||||
---------------------------------------
|
||||
|
||||
.. function:: void obs_frontend_replay_buffer_start(void)
|
||||
|
||||
Starts replay buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue