Class ALASIOAudioDevice.TALASIOOutputChannels

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''' TALASIOOutputChannels = '''class'''( [[Class ALASIOAudioDevice.TALASIOChannels|TALASIOChannels]] )
+
'''type''' TALASIOOutputChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TALASIOAudioDevice, TALASIOOutputChannelItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TALASIOOutputChannels : '''public''' [[Class ALASIOAudioDevice.TALASIOChannels|TALASIOChannels]]
+
'''class''' TALASIOOutputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTALASIOOutputChannels : '''public''' [[Class ALASIOAudioDevice.TALASIOChannels|CTALASIOChannels]]
+
'''class''' CTALASIOOutputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TALASIOOutputChannels : [[Class ALASIOAudioDevice.TALASIOChannels|Mitov.AudioLab.ASIOChannels]]
+
'''public ref class''' ASIOOutputChannels : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 33: Line 33:
 
== Description ==
 
== Description ==
 
Defines collection of ASIO output channels.
 
Defines collection of ASIO output channels.
 +
 +
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
  
 
== Properties ==
 
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Property ALASIOAudioDevice.TALASIOOutputChannels.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 TALASIOOutputChannels = class( TLPTypedOwnerComponentCollection, TALASIOAudioDevice, TALASIOOutputChannelItem )

C++ Builder:

class TALASIOOutputChannels : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTALASIOOutputChannels : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class ASIOOutputChannels : Vcl.VclCollectionProperty

Summary

Collection of ASIO output channels.

Description

Defines collection of ASIO output channels.

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox