QueueingStrategy enum#

Namespace: P1.CameraSdk

Definition#

Strategies for queueing INotificationEvent on listener queues

Used by CameraSDK internals to decide how (and if) an incoming INotificationEvent should be added to Listener queues.

Each notification event defines a queueing strategy, that is consulted when new notifications are added to the Listener.

public enum QueueingStrategy

Fields#

Always

0

Just enqueue the event, no matter what

Overwite

1

Overwrite a similar already existing event on the queue

DiscardIfExists

2

If a similar event is already present, discard / ignore new ones