Modules§
Structs§
- Bridge between the webrender::ExternalImage callbacks and the GLPlayerThreads.
- A
PlayerGLContext
that renders to a window. Note that if the background thread is not started for this context, then it is inactive (returningUnknown
values in the trait implementation).
Enums§
- GLPlayer thread Message API
- These are the messages that the GLPlayer thread will forward to the video player which lives in htmlmediaelement
Statics§
- A global version of the
WindowGLContext
to be shared between the embedder and the constellation. This is only okay to do because OpenGL contexts cannot be used across processes anyway.