Struct XRCpuImage.Plane
Information about the camera image planes. An image plane refers to an image channel used in video encoding.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.Plane : IEquatable<XRCpuImage.Plane>
Constructors
Name | Description |
---|---|
Plane(int, int, NativeArray<byte>) | Constructs an XRCpuImage.Plane. |
Properties
Name | Description |
---|---|
data | A view into the platform-specific plane data. It is an error to access |
pixelStride | The number of bytes per pixel for this plane. |
rowStride | The number of bytes per row for this plane. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Plane) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string representation of this XRCpuImage.Plane. |
Operators
Name | Description |
---|---|
operator ==(Plane, Plane) | Tests for equality. Same as Equals(Plane). |
operator !=(Plane, Plane) | Tests for inequality. Same as |