mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
749 B
749 B
SharedTextureImportTextureInfo Object
pixelFormatstring - The pixel format of the texture.bgra- 32bpp BGRA (byte-order), 1 plane.rgba- 32bpp RGBA (byte-order), 1 plane.rgbaf16- Half float RGBA, 1 plane.
colorSpaceColorSpace (optional) - The color space of the texture.codedSizeSize - The full dimensions of the shared texture.visibleRectRectangle (optional) - A subsection of [0, 0, codedSize.width, codedSize.height]. In common cases, it is the full section area.timestampnumber (optional) - A timestamp in microseconds that will be reflected toVideoFrame.handleSharedTextureHandle - The shared texture handle.