Class ALSystemMixer.TALSystemMixerDeviceItem
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
=== Published === | === Published === | ||
*[[Property ALSystemMixer.TALSystemMixerDeviceItem.DeviceName|DeviceName]] - Specifies the name of the desired mixer device. | *[[Property ALSystemMixer.TALSystemMixerDeviceItem.DeviceName|DeviceName]] - Specifies the name of the desired mixer device. | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TPersistent) : HResult|function QueryInterface(IID : TGUID; Obj : TPersistent) : HResult]] | ||
[[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: TLPCollectionItem
Contents |
Syntax
Delphi:
type TALSystemMixerDeviceItem = class( TLPCollectionItem )
C++ Builder:
class TALSystemMixerDeviceItem : public TLPCollectionItem
Visual C++ (MFC):
class CTALSystemMixerDeviceItem : public CTLPCollectionItem
C# (.NET):
public ref class TALSystemMixerDeviceItem : Vcl.VclCollectionItem
Summary
Alternative mixer device to be used if the primary device is not available.
Description
Defines alternative mixer device to be used if the primary device is not available.
Properties
Published
- DeviceName - Specifies the name of the desired mixer device.