Class ALASIOAudioDevice.TALASIOBufferSize
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 52: | Line 52: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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.