You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since dictionary members are optional by default, readers will hopefully infer (correctly) that they're optional, since neither spec mentions required.
Readers might also infer this from VideoFrameInit where metadata is not required, if I'm not mistaken.
Still, it might be good to call this out, since a single required member would mean the VideoFrame constructor would suddenly require this input and no longer be backwards compatible.