Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
10 lines (8 loc) · 815 Bytes

File metadata and controls

10 lines (8 loc) · 815 Bytes
Copy raw file
Download raw file
Edit and raw actions

SharedTextureTransfer Object

  • transfer string Readonly - The opaque transfer data of the shared texture. This can be transferred across Electron processes.
  • syncToken string Readonly - The opaque sync token data for frame creation.
  • pixelFormat string Readonly - The pixel format of the transferring texture.
  • codedSize Size Readonly - The full dimensions of the shared texture.
  • visibleRect Rectangle Readonly - A subsection of [0, 0, codedSize.width(), codedSize.height()]. In common cases, it is the full section area.
  • timestamp number Readonly - A timestamp in microseconds that will be reflected to VideoFrame.

Use sharedTexture.subtle.finishTransferSharedTexture to get SharedTextureImportedSubtle back.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.