Class ContinuousCaptureSession.Proxy
- Namespace
- Uralstech.UXR.QuestCamera
Java proxy to handle native callbacks.
public sealed class ContinuousCaptureSession.Proxy : CaptureSessionBase<ContinuousCaptureSession.Proxy>.ProxyBase
- Inheritance
-
objectContinuousCaptureSession.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
methodNamestringjavaArgsnint
Returns
- nint
Events
OnFrameReady
Processes a frame received from the native capture session.
public event ContinuousCaptureSession.OnFrameReadyCallback? OnFrameReady
Event Type
Remarks
See ContinuousCaptureSession.OnFrameReadyCallback for parameters.