Event ALASIOAudioDevice.TALASIOAudioDevice.OnLatenciesChanged

From Mitov Wiki Doc
Jump to: navigation, search

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 OnLatenciesChanged : TNotifyEvent read FOnLatenciesChanged write SetOnLatenciesChanged;

C++ Builder:

__property TNotifyEvent OnLatenciesChanged = { read=FOnLatenciesChanged, write=SetOnLatenciesChanged };

Summary

Occurs when the ASIO device latency has changed.

Description

Use this event to be notified when the ASIO device latency has changed.


This will inform the host application that the drivers were latencies changed.

Beware, it this does not mean that the buffer sizes have changed!

You might need to update internal delay data.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox