mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
821 B
821 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.nv12- 12bpp with Y plane followed by a 2x2 interleaved UV 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.