Class CameraExtensionCharacteristics
https://developer.android.com/reference/android/hardware/camera2/CameraExtensionCharacteristics.html
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTENSION_AUTOMATIC
public static int EXTENSION_AUTOMATIC { get; set; }
Property Value
EXTENSION_BEAUTY
[Obsolete("Deprecated in JVM")]
public static int EXTENSION_BEAUTY { get; set; }
Property Value
EXTENSION_BOKEH
public static int EXTENSION_BOKEH { get; set; }
Property Value
EXTENSION_FACE_RETOUCH
public static int EXTENSION_FACE_RETOUCH { get; set; }
Property Value
EXTENSION_HDR
public static int EXTENSION_HDR { get; set; }
Property Value
EXTENSION_NIGHT
public static int EXTENSION_NIGHT { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
GetAvailableCaptureRequestKeys(int)
public Set<CaptureRequest.Key> GetAvailableCaptureRequestKeys(int arg0)
Parameters
Returns
GetAvailableCaptureResultKeys(int)
public Set<CaptureResult.Key> GetAvailableCaptureResultKeys(int arg0)
Parameters
Returns
GetExtensionSupportedSizes(int, Class)
public List<Size> GetExtensionSupportedSizes(int arg0, Class arg1)
Parameters
Returns
GetExtensionSupportedSizes(int, int)
public List<Size> GetExtensionSupportedSizes(int arg0, int arg1)
Parameters
Returns
GetKeys(int)
public Set<CameraCharacteristics.Key> GetKeys(int arg0)
Parameters
Returns
GetPostviewSupportedSizes(int, Size, int)
public List<Size> GetPostviewSupportedSizes(int arg0, Size arg1, int arg2)
Parameters
Returns
GetSupportedExtensions()
public List<Integer> GetSupportedExtensions()
Returns
Get<T>(int, Key<T>)
public T Get<T>(int arg0, CameraCharacteristics.Key<T> arg1)
Parameters
arg0intarg1CameraCharacteristics.Key<T>
Returns
- T
T
Type Parameters
T
IsCaptureProcessProgressAvailable(int)
public bool IsCaptureProcessProgressAvailable(int arg0)
Parameters
Returns
IsPostviewAvailable(int)
public bool IsPostviewAvailable(int arg0)