Table of Contents

Class CameraMetadata.Key

public sealed class CameraMetadata.Key
Inheritance
object
CameraMetadata.Key
Extension Methods

Remarks

DO NOT mix or compare keys from different sources!

Constructors

Key(AndroidJavaObject)

public Key(AndroidJavaObject native)

Parameters

native AndroidJavaObject

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

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(Key?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(CameraMetadata.Key? other)

Parameters

other CameraMetadata.Key

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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

a CameraMetadata.Key
b CameraMetadata.Key

Returns

bool

operator !=(Key?, Key?)

public static bool operator !=(CameraMetadata.Key? a, CameraMetadata.Key? b)

Parameters

a CameraMetadata.Key
b CameraMetadata.Key

Returns

bool