Planes

external interface Planes(source)

Properties

Link copied to clipboard
abstract var fd: Double

File descriptor for the underlying memory object (usually dmabuf).

Link copied to clipboard
abstract var offset: Double

The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per plane per entry.

Link copied to clipboard
abstract var size: Double

Size in bytes of the plane. This is necessary to map the buffers.

Link copied to clipboard
abstract var stride: Double

The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per plane per entry.