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
Preserve transparency if the decoded VideoFrame actually has an alpha channel. Canvas will honor that alpha automatically as long as our 2D context was created with alpha: true (or default) and you don’t paint an opaque background before drawing.