Class ALSystemMixer.TALSystemMixerDevice
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(7 intermediate revisions by one user not shown) | |||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SystemMixerDevice : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
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.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]] |
Latest revision as of 00:30, 26 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: 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 SystemMixerDevice : 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.