Class ALASIOAudioDevice.TALASIOSampleRate
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 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: TALASIOOptionalProperty
Contents |
Syntax
Delphi:
type TALASIOSampleRate = class( TALASIOOptionalProperty )
C++ Builder:
class TALASIOSampleRate : public TALASIOOptionalProperty
Visual C++ (MFC):
class CTALASIOSampleRate : public CTALASIOOptionalProperty
C# (.NET):
public ref class TALASIOSampleRate : Mitov.AudioLab.ASIOOptionalProperty
Summary
Desired sample rate.
Description
Defines property for desired ASIO sample rate.
Properties
Published
- Rate - Specifies the desired sample rate.
Public
- RunningSampleRate - Returns the current running sample rate.
From TALASIOOptionalProperty
Properties
Published
- UseCurrent - Specifies if the current device settings will be used.