Class ALAudioOut.TALAudioOutDevice
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: AudioLabBasicPkg
Unit: ALAudioOut
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TALAudioOutDevice = class( TLPPersistent )
C++ Builder:
class TALAudioOutDevice : public TLPPersistent
Visual C++ (MFC):
class CTALAudioOutDevice : public CTLPPersistent
C# (.NET):
public ref class AudioOutDevice : Vcl.VclProperty
Summary
Audio output device settings class.
Description
Defines audio output device settings class.
Properties
Published
- AlternativeDevices - Specifies a list of alternative devices.
- DeviceName - User Friendly device name.
Methods
Public
- procedure GetDeviceList(Values : TStrings) - Returns human readable the list of names of the available devices.
- function GetDeviceID() : Cardinal - Returns the device ID.
- function ShowDeviceSelctDialog() : Boolean - Shows device selection dialog.
- function GetOwner() : TPersistent