Method function ALASIOAudioDevice.TALASIOAudioDevice.Start() : Boolean
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:
function Start() : Boolean;
C++ Builder:
bool __fastcall Start();
Visual C++ (MFC):
bool Start();
Summary
Starts the ASIO device.
Description
Use this procedure to start the ASIO device.
Delphi example:
ALASIOAudioDevice1.Start;
C++ Builder example:
ALASIOAudioDevice1->Start();
Visual C++(MFC/Win32) example:
ALASIOAudioDevice1.Start();
Visual C++/CLI example:
asioAudioDevice1->Start();
C# example:
asioAudioDevice1.Start();
VB example:
ASIOAudioDevice1.Start