Class ALSystemMixer.TALSystemMixerDevice
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(One intermediate revision 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 == |
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.