Class CameraCaptureSession.CaptureCallback
public class CameraCaptureSession.CaptureCallback : JVMBridgeBase<CameraCaptureSession.CaptureCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CameraCaptureSession.CaptureCallback
- Implements
- Extension Methods
Constructors
CaptureCallback()
public CaptureCallback()
CaptureCallback(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 CaptureCallback(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
CreatePoolableInstance()
HPA initializer for CaptureCallback()
public static CameraCaptureSession.CaptureCallback CreatePoolableInstance()
Returns
OnCaptureBufferLost(CameraCaptureSession, CaptureRequest, Surface, long)
public void OnCaptureBufferLost(CameraCaptureSession arg0, CaptureRequest arg1, Surface arg2, long arg3)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2Surfacearg3long
OnCaptureCompleted(CameraCaptureSession, CaptureRequest, TotalCaptureResult)
public void OnCaptureCompleted(CameraCaptureSession arg0, CaptureRequest arg1, TotalCaptureResult arg2)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2TotalCaptureResult
OnCaptureFailed(CameraCaptureSession, CaptureRequest, CaptureFailure)
public void OnCaptureFailed(CameraCaptureSession arg0, CaptureRequest arg1, CaptureFailure arg2)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2CaptureFailure
OnCaptureProgressed(CameraCaptureSession, CaptureRequest, CaptureResult)
public void OnCaptureProgressed(CameraCaptureSession arg0, CaptureRequest arg1, CaptureResult arg2)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2CaptureResult
OnCaptureSequenceAborted(CameraCaptureSession, int)
public void OnCaptureSequenceAborted(CameraCaptureSession arg0, int arg1)
Parameters
arg0CameraCaptureSessionarg1int
OnCaptureSequenceCompleted(CameraCaptureSession, int, long)
public void OnCaptureSequenceCompleted(CameraCaptureSession arg0, int arg1, long arg2)
Parameters
arg0CameraCaptureSessionarg1intarg2long
OnCaptureStarted(CameraCaptureSession, CaptureRequest, long, long)
public void OnCaptureStarted(CameraCaptureSession arg0, CaptureRequest arg1, long arg2, long arg3)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2longarg3long
OnReadoutStarted(CameraCaptureSession, CaptureRequest, long, long)
public void OnReadoutStarted(CameraCaptureSession arg0, CaptureRequest arg1, long arg2, long arg3)
Parameters
arg0CameraCaptureSessionarg1CaptureRequestarg2longarg3long