Property ALDSAudioOut.TALDSAudioOut.PrefillInterval
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: TALDSAudioOut
Contents |
Syntax
Delphi:
property PrefillInterval : Cardinal read FPrefillInterval write SetPrefillInterval default 300;
C++ Builder:
__property unsigned int PrefillInterval = { read=FPrefillInterval, write=SetPrefillInterval, default=300 };
Summary
Prefill interval in milliseconds.
Description
Use this property to specify the prefill interval in
milliseconds.
The prefill is amount of samples collected by the component before the components starts playing them. By increasing the interval the danger of cracking is reduced, however it also increases the latency.