Table of Contents

Class ContinuousCaptureSession.Proxy

Java proxy to handle native callbacks.

public sealed class ContinuousCaptureSession.Proxy : CaptureSessionBase<ContinuousCaptureSession.Proxy>.ProxyBase
Inheritance
object
ContinuousCaptureSession.Proxy
Inherited Members
Extension Methods

Remarks

All event callbacks will be on a Java thread, and are performance sensitive.

Constructors

Proxy()

public Proxy()

Methods

Invoke(string, nint)

public override nint Invoke(string methodName, nint javaArgs)

Parameters

methodName string
javaArgs nint

Returns

nint

Events

OnFrameReady

Processes a frame received from the native capture session.

public event ContinuousCaptureSession.OnFrameReadyCallback? OnFrameReady

Event Type

ContinuousCaptureSession.OnFrameReadyCallback

Remarks