Class ALDSAudioIn.TALAudioModes

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
'''Unit:''' [[Unit ALDSAudioIn|ALDSAudioIn]]
 
'''Unit:''' [[Unit ALDSAudioIn|ALDSAudioIn]]
 +
 +
'''Inherits:''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALAudioModes = '''class'''
+
'''type''' TALAudioModes = '''class'''( [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList, TALAudioModeFormat]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALAudioModes
+
'''class''' TALAudioModes : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALAudioModes
+
'''class''' CTALAudioModes : '''public''' [[Class LPComponent.TLPReadOnlyObjectList|CTLPReadOnlyObjectList]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALAudioModes
+
'''public ref class''' AudioModes : [[Class LPComponent.TLPReadOnlyObjectList|Vcl.VclGenericReadOnlyObjectListProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 32: Line 34:
 
Defines a property allowing access to the available audio
 
Defines a property allowing access to the available audio
 
modes.
 
modes.
 +
 +
== From [[Class LPComponent.TLPReadOnlyObjectList|TLPReadOnlyObjectList]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property ALDSAudioIn.TALAudioModes.Modes|Modes]] - Individual mode from the list.
+
*[[Property LPComponent.TLPReadOnlyObjectList.Items|Items]]
*[[Property ALDSAudioIn.TALAudioModes.Count|Count]] - Count of Audio modes.
+
  
 
[[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: AudioLabEssentialPkg

Unit: ALDSAudioIn

Inherits: TLPReadOnlyObjectList

Contents

Syntax

Delphi:

type TALAudioModes = class( TLPReadOnlyObjectList, TALAudioModeFormat )

C++ Builder:

class TALAudioModes : public TLPReadOnlyObjectList

Visual C++ (MFC):

class CTALAudioModes : public CTLPReadOnlyObjectList

C# (.NET):

public ref class AudioModes : Vcl.VclGenericReadOnlyObjectListProperty

Summary

List available audio modes.

Description

Defines a property allowing access to the available audio modes.

From TLPReadOnlyObjectList

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox