Table of Contents

Class CameraExtensionCharacteristics

Namespace
Android.Hardware.Camera2
Assembly
MASES.Netdroid.dll
public class CameraExtensionCharacteristics : JVMBridgeBase<CameraExtensionCharacteristics>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
CameraExtensionCharacteristics
Implements
Extension Methods

Constructors

CameraExtensionCharacteristics(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CameraExtensionCharacteristics(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXTENSION_AUTOMATIC

public static int EXTENSION_AUTOMATIC { get; set; }

Property Value

int

EXTENSION_BEAUTY

[Obsolete("Deprecated in JVM")]
public static int EXTENSION_BEAUTY { get; set; }

Property Value

int

EXTENSION_BOKEH

public static int EXTENSION_BOKEH { get; set; }

Property Value

int

EXTENSION_FACE_RETOUCH

public static int EXTENSION_FACE_RETOUCH { get; set; }

Property Value

int

EXTENSION_HDR

public static int EXTENSION_HDR { get; set; }

Property Value

int

EXTENSION_NIGHT

public static int EXTENSION_NIGHT { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetAvailableCaptureRequestKeys(int)

public Set<CaptureRequest.Key> GetAvailableCaptureRequestKeys(int arg0)

Parameters

arg0 int

int

Returns

Set<CaptureRequest.Key>

Set

GetAvailableCaptureResultKeys(int)

public Set<CaptureResult.Key> GetAvailableCaptureResultKeys(int arg0)

Parameters

arg0 int

int

Returns

Set<CaptureResult.Key>

Set

GetExtensionSupportedSizes(int, Class)

public List<Size> GetExtensionSupportedSizes(int arg0, Class arg1)

Parameters

arg0 int

int

arg1 Class

Class

Returns

List<Size>

List

GetExtensionSupportedSizes(int, int)

public List<Size> GetExtensionSupportedSizes(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

List<Size>

List

GetKeys(int)

public Set<CameraCharacteristics.Key> GetKeys(int arg0)

Parameters

arg0 int

int

Returns

Set<CameraCharacteristics.Key>

Set

GetPostviewSupportedSizes(int, Size, int)

public List<Size> GetPostviewSupportedSizes(int arg0, Size arg1, int arg2)

Parameters

arg0 int

int

arg1 Size

Size

arg2 int

int

Returns

List<Size>

List

GetSupportedExtensions()

public List<Integer> GetSupportedExtensions()

Returns

List<Integer>

List

Get<T>(int, Key<T>)

public T Get<T>(int arg0, CameraCharacteristics.Key<T> arg1)

Parameters

arg0 int

int

arg1 CameraCharacteristics.Key<T>

CameraCharacteristics.Key

Returns

T

T

Type Parameters

T

IsCaptureProcessProgressAvailable(int)

public bool IsCaptureProcessProgressAvailable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsPostviewAvailable(int)

public bool IsPostviewAvailable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool