Struct XRCpuImage.Cinfo
Container for native camera image construction metadata.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCpuImage.Cinfo : IEquatable<XRCpuImage.Cinfo>
Constructors
Name | Description |
---|---|
Cinfo(int, Vector2Int, int, double, Format) | Constructs the camera image |
Properties
Name | Description |
---|---|
dimensions | The dimensions of the camera image. |
format | The format of the camera image. |
nativeHandle | The handle representing the camera image on the native level. |
planeCount | The number of video planes in the camera image. |
timestamp | The timestamp for when the camera image was captured. |
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 representation of this object suitable for debugging. |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |