I think it would be beneficial if it would be possible to match a CapturedMouseEvent with the corresponding video frame.
Let's say there is an application which records a video using getDisplayMedia(). The application wants to record the position of the mouse, too. It does that by storing every CapturedMouseEvent. How would it match the individual mouse positions with the recorded video later on?
Maybe it's worth adding some sort of timestamp to the event which correlates with the timestamp that can be obtained from a video frame when using insertable streams.
I think it would be beneficial if it would be possible to match a
CapturedMouseEventwith the corresponding video frame.Let's say there is an application which records a video using
getDisplayMedia(). The application wants to record the position of the mouse, too. It does that by storing everyCapturedMouseEvent. How would it match the individual mouse positions with the recorded video later on?Maybe it's worth adding some sort of timestamp to the event which correlates with the timestamp that can be obtained from a video frame when using insertable streams.