UI: frontend api "trans. duration changed" event

This commit is contained in:
Stéphane Lepin
2019-08-30 14:31:14 +02:00
committed by jp9000
parent 7e5ba1bde8
commit 881e49ce62
3 changed files with 12 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ enum obs_frontend_event {
OBS_FRONTEND_EVENT_RECORDING_PAUSED,
OBS_FRONTEND_EVENT_RECORDING_UNPAUSED,
OBS_FRONTEND_EVENT_TRANSITION_DURATION_CHANGED,
};
/* ------------------------------------------------------------------------- */