Class ALAudioIn.TALAudioCaptureDevice
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.
Package: AudioLabEssentialPkg
Unit: ALAudioIn
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TALAudioCaptureDevice = class( TLPPersistent )
C++ Builder:
class TALAudioCaptureDevice : public TLPPersistent
Visual C++ (MFC):
class CTALAudioCaptureDevice : public CTLPPersistent
C# (.NET):
public ref class AudioCaptureDevice : Vcl.VclProperty
Summary
Defines audio capture device.
Description
Audio capture device class. This class is used by the Audio In and Audio Out components to specify which device will be used.
Properties
Published
- AlternativeDevices - Collection(list) of alternative devices.
- DeviceName
Methods
Public
- procedure GetDeviceList(Values : TStrings) - Returns human readable the list of names of the available devices.
- function GetDeviceID() : Cardinal - The device ID.
- function ShowDeviceSelctDialog() : Boolean - Shows device selection dialog.
- function GetOwner() : TPersistent