Planes Type
Constructors
| Constructor |
Description
|
Full Usage:
Planes(stride, offset, size, fd)
Parameters:
float
-
The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per
plane per entry.
offset : float
-
The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per
plane per entry.
size : float
-
Size in bytes of the plane. This is necessary to map the buffers.
fd : float
-
File descriptor for the underlying memory object (usually dmabuf).
Returns: Planes
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.fd
|
File descriptor for the underlying memory object (usually dmabuf). |
Full Usage:
this.offset
|
The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per plane per entry. |
Full Usage:
this.size
|
Size in bytes of the plane. This is necessary to map the buffers. |
Full Usage:
this.stride
|
The strides and offsets in bytes to be used when accessing the buffers via a memory mapping. One per plane per entry. |
fable-electron-docs-api