Property ALASIOAudioDevice.TALASIOAudioDevice.ErrorMessage
From Mitov Wiki Doc
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 ErrorMessage : String read GetErrorMessage;
C++ Builder:
__property String ErrorMessage = { read=GetErrorMessage };
Summary
Returns the current ASIO error message.
Description
Use this property to get the current ASIO error message.
WARNING: Some drivers do not support this functionality properly and may result in access violation. Avoid using this property unless necessary.