Class ALSystemMixer.TALSystemMixerDevice
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: AudioLabPkg
Unit: ALSystemMixer
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TALSystemMixerDevice = class( TLPPersistent )
C++ Builder:
class TALSystemMixerDevice : public TLPPersistent
Visual C++ (MFC):
class CTALSystemMixerDevice : public CTLPPersistent
C# (.NET):
public ref class TALSystemMixerDevice : Vcl.VclProperty
Summary
Mixer device selection property class.
Description
Defines mixer device selection property class.
Properties
Published
- DeviceName - Specifies the name of the desired device to use.
- AlternativeDevices - Specifies the list of alternative devices to use if the primary device is not available.
Public
- OpenedDeviceName - Returns the name of the currently opened device.
Methods
Public
- function GetOwner() : TPersistent
- function GetDeviceList(ADevicesList : TStrings) : Boolean - Returns list of available audio mixer devices.
- function ShowDeviceSelctDialog() : Boolean - Shows device selection dialog.