Class ALASIOAudioDevice.TALASIOInputChannels

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 9: Line 9:
 
'''Unit:''' [[Unit ALASIOAudioDevice|ALASIOAudioDevice]]
 
'''Unit:''' [[Unit ALASIOAudioDevice|ALASIOAudioDevice]]
  
'''Inherits:''' [[Class ALASIOAudioDevice.TALASIOChannels|TALASIOChannels]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TALASIOInputChannels = '''class'''( [[Class ALASIOAudioDevice.TALASIOChannels|TALASIOChannels]] )
+
'''type''' TALASIOInputChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TALASIOAudioDevice, TALASIOInputChannelItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALASIOInputChannels : '''public''' [[Class ALASIOAudioDevice.TALASIOChannels|TALASIOChannels]]
+
'''class''' TALASIOInputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALASIOInputChannels : '''public''' [[Class ALASIOAudioDevice.TALASIOChannels|CTALASIOChannels]]
+
'''class''' CTALASIOInputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALASIOInputChannels : [[Class ALASIOAudioDevice.TALASIOChannels|Mitov.AudioLab.ASIOChannels]]
+
'''public ref class''' ASIOInputChannels : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines collection of ASIO input channels.
 
Defines collection of ASIO input channels.
 +
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property ALASIOAudioDevice.TALASIOInputChannels.Items|Items]] - Access to individual channel of the collection.
+
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
  
 
[[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: ALASIOAudioDevice

Inherits: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TALASIOInputChannels = class( TLPTypedOwnerComponentCollection, TALASIOAudioDevice, TALASIOInputChannelItem )

C++ Builder:

class TALASIOInputChannels : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTALASIOInputChannels : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class ASIOInputChannels : Vcl.VclCollectionProperty

Summary

Collection of ASIO input channels.

Description

Defines collection of ASIO input channels.

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox