SharedTextureTransfer

external interface SharedTextureTransfer(source)

Properties

Link copied to clipboard
abstract val codedSize: Size

The full dimensions of the shared texture.

Link copied to clipboard
abstract val pixelFormat: String

The pixel format of the transferring texture.

Link copied to clipboard
abstract val syncToken: String

The opaque sync token data for frame creation.

Link copied to clipboard
abstract val timestamp: Double

A timestamp in microseconds that will be reflected to VideoFrame.

Link copied to clipboard
abstract val transfer: String

The opaque transfer data of the shared texture. This can be transferred across Electron processes.

Link copied to clipboard
abstract val visibleRect: Rectangle

A subsection of 0, 0, codedSize.width(), codedSize.height(). In common cases, it is the full section area.