Table of Contents

Delegate CaptureSessionBase<TProxy>.ShouldRegisterCaptureEventsCallback

A callback for configuring if capture-specific events should be registered for a capture request. Defaults to false.

public delegate bool CaptureSessionBase<TProxy>.ShouldRegisterCaptureEventsCallback(CaptureRequest request, bool isRepeatingRequest)

Parameters

request CaptureRequest

The request for which events should be registered.

isRepeatingRequest bool

If this is for a repeating or on-demand capture request.

Returns

bool
A callback for configuring if capture-specific events should be registered for a capture request. Defaults to false.
Extension Methods

Remarks

Please only register one listener to this event for each session.