Class ALASIOAudioDevice.TALASIOBufferSize
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 23:53, 25 June 2013
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.
Package: AudioLabPkg
Unit: ALASIOAudioDevice
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TALASIOBufferSize = class( TLPPersistent )
C++ Builder:
class TALASIOBufferSize : public TLPPersistent
Visual C++ (MFC):
class CTALASIOBufferSize : public CTLPPersistent
C# (.NET):
public ref class TALASIOBufferSize : Vcl.VclProperty
Summary
Property type for ASIO buffer settings.
Description
Defines property type for ASIO buffer settings.
Properties
Published
- UsePreferred - Specifies if the Preferred buffer size should be used.
- Size - Specifies the desired buffer size in samples.
Public
- RunningSize - Returns the current running buffer size of the ASIO device.
- Granularity - Returns the buffer sizes granularity for the ASIO device.
- Preferred - Returns the Preferred buffer size for the ASIO device.
- Max - Returns the maximal buffer size for the ASIO device.
- Min - Returns the minimal buffer size for the ASIO device.