Relationship between VideoFrameMetadata and VideoFrameCallbackMetadata #599
Open
Description
https://wicg.github.io/video-rvfc/#dictdef-videoframecallbackmetadata defines some metadata that might be useful to be in VideoFrameMetadata.
It might also be useful to expose future VideoFrameMetadata fields in VideoFrameCallbackMetadata.
The following could be done:
- VideoFrameCallbackMetadata derives from VideoFrameMetadata
- Move some metadata from VideoFrameCallbackMetadata to VideoFrameMetadata: captureTime, receiveTime and rtpTimestamp.
@tguilbert-google, @dalecurtis, thoughts?