Class CameraMetadata.Key
- Namespace
- Uralstech.UXR.QuestCamera
Light wrapper for CaptureRequest.Key, CameraCharacteristics.Key, etc.
public sealed class CameraMetadata.Key
- Inheritance
-
objectCameraMetadata.Key
- Extension Methods
Remarks
DO NOT mix or compare keys from different sources!
Constructors
Key(AndroidJavaObject)
public Key(AndroidJavaObject native)
Parameters
nativeAndroidJavaObject
Fields
Name
The name of the key.
public readonly string Name
Field Value
- string
Native
The native object.
public readonly AndroidJavaObject Native
Field Value
- AndroidJavaObject
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
Equals(Key?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(CameraMetadata.Key? other)
Parameters
otherCameraMetadata.KeyAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
operator ==(Key?, Key?)
public static bool operator ==(CameraMetadata.Key? a, CameraMetadata.Key? b)
Parameters
Returns
- bool
operator !=(Key?, Key?)
public static bool operator !=(CameraMetadata.Key? a, CameraMetadata.Key? b)
Parameters
Returns
- bool