Property ALASIOAudioDevice.TALASIOBufferSize.UsePreferred
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: TALASIOBufferSize
Contents |
Syntax
Delphi:
property UsePreferred : Boolean read FUsePreferred write SetUsePreferred default True;
C++ Builder:
__property bool UsePreferred = { read=FUsePreferred, write=SetUsePreferred, default=True };
Summary
Specifies if the Preferred buffer size should be used.
Description
Use this property to specify the Preferred buffer size should
be used.
If set to True the Preferred buffer size should be used.
If set to False the Size property will specify the desired buffer size.