Class ALSystemMixer.TALSystemMixerDevice
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 46: | Line 46: | ||
=== Public === | === Public === | ||
+ | *[[Method function ALSystemMixer.TALSystemMixerDevice.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method function ALSystemMixer.TALSystemMixerDevice.GetDeviceList(TStrings) : Boolean|function GetDeviceList(ADevicesList : TStrings) : Boolean]] - Returns list of available audio mixer devices. | *[[Method function ALSystemMixer.TALSystemMixerDevice.GetDeviceList(TStrings) : Boolean|function GetDeviceList(ADevicesList : TStrings) : Boolean]] - Returns list of available audio mixer devices. | ||
*[[Method function ALSystemMixer.TALSystemMixerDevice.ShowDeviceSelctDialog() : Boolean|function ShowDeviceSelctDialog() : Boolean]] - Shows device selection dialog. | *[[Method function ALSystemMixer.TALSystemMixerDevice.ShowDeviceSelctDialog() : Boolean|function ShowDeviceSelctDialog() : Boolean]] - Shows device selection dialog. | ||
Line 54: | Line 55: | ||
=== Public === | === Public === | ||
+ | *[[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 17:20, 18 October 2012
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.