Constructor Plane
Plane(int, int, NativeArray<byte>)
Constructs an XRCpuImage.Plane.
Declaration
public Plane(int rowStride, int pixelStride, NativeArray<byte> data)
Parameters
Type | Name | Description |
---|---|---|
int | rowStride | The number of bytes per row for this plane. |
int | pixelStride | The number of bytes per pixel for this plane. |
NativeArray<byte> | data | The platform-specific plane data. |