![]() |
![]() ![]() ![]() |
acWavPlayer component.
|
property Asynchronous: Boolean;
|
The Asynchronous property controls whether sound will playing synchronously (if False) or asynchronously (if True, defauly), relatively to the main application thread. If Asynchronous is True, the sound will played asynchronously and the function returns immediately after beginning the sound, without suspending the main application thread. To terminate an asynchronously played sound, call Stop method.
|
Looped and SoundType properties;
|
Play and Stop methods.
|