Description
Feature Request Type
RPC Event
Feature Request Type (Other)
No response
Requested Feature
Comparing v4 to v5 a number of events are "dry" on the data they send.
For example SceneTransitionStarted
only decalres the kind of transition that is occuring.
The v4 equivalent being TransitionBegin
decarles additional information with the event including the duration
and from
/to
scenes
I imaging there are similar "problems" with other events being "dry" on data when compared to their v4 counter parts. But I'm just getting started on planning my OBS 27 to 28 migration paths.
I will likely update this issue with other "dry" events as I poke around
Requested Feature Usage Scenario
In the example of SceneTransitionStarted
.
I detect the duration of the event and the destination scene.
Half way thru the transition I run actions or tasks based on the destination scene.
So I need this information as the transitions starts