TVideoGrabber.NotificationMethod

Prev

Next

TVideoGrabber

Properties

 




































































































Specifies if the events are notified by timer or by thread.


Declaration
property NotificationMethod: TNotificationMethod read GetNotificationMethod write SetNotificationMethod default DEF_NotificationMethod;


__property TNotificationMethod NotificationMethod=read=GetNotificationMethod, write=SetNotificationMethod, default=0


Property NotificationMethod As TxNotificationMethod

Description


DEPRECATED

This TNotificationMethod property is used to specify if the events must be notified by timer or by thread.

The default method is by timer (nm_Timer), however depending of your application environment, you can prefer using a notification by thread (nm_Thread).

You can switch the method on the fly, event during preview, recording or playback.