Event ALASIOAudioDevice.TALASIOAudioDevice.OnResyncRequest
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TALASIOAudioDevice
Contents |
Syntax
Delphi:
property OnResyncRequest : TNotifyEvent read FOnResyncRequest write SetOnResyncRequest;
C++ Builder:
__property TNotifyEvent OnResyncRequest = { read=FOnResyncRequest, write=SetOnResyncRequest };
Summary
Occurs when the ASIO requests resyncing.
Description
Use this event to be notified when the ASIO device latency
has changed.
This informs the application, that the driver encountered some non fatal data loss.
It is used for synchronization purposes of different media.
Added mainly to work around the Win16Mutex problems in Windows 95/98 with the Windows Multimedia system, which could loose data because the Mutex was hold too long by another thread.
However a driver can issue it in other situations, too.