Struct XRCpuImage.Plane.Cinfo
Container for the metadata that describes access to the raw camera image plane data.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.Plane.Cinfo : IEquatable<XRCpuImage.Plane.Cinfo>
Constructors
Name | Description |
---|---|
Cinfo(IntPtr, int, int, int) | Constructs the camera image plane cinfo. |
Properties
Name | Description |
---|---|
dataLength | The length of the native image data. |
dataPtr | The pointer to the raw native image data. |
pixelStride | The stride for iterating through the pixels of the native image data. |
rowStride | The stride for iterating through the rows of the native image data. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string suitable for debugging. |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |