NotificationMethod
Delphi
property NotificationMethod: TNotificationMethod read GetNotificationMethod write SetNotificationMethod default DEF_NotificationMethod;
C++Builder
__property TNotificationMethod NotificationMethod = {read=GetNotificationMethod, write=SetNotificationMethod, default=1};
C#
public TNotificationMethod NotificationMethod { get; set; }
VB.NET
Public Property NotificationMethod As TNotificationMethod
C++/Qt
TNotificationMethod GetNotificationMethod ();
void SetNotificationMethod (TNotificationMethod Value);
Specifies if the events are notified by timer or by thread.
Remarks
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 the application environment, it is possible to prefer using a notification by thread (nm_Thread).It is possible to switch the method on the fly, event during preview, recording or playback.