Class ALASIOAudioDevice.TALASIOOutputChannels
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 9: | Line 9: | ||
| '''Unit:''' [[Unit ALASIOAudioDevice|ALASIOAudioDevice]] | '''Unit:''' [[Unit ALASIOAudioDevice|ALASIOAudioDevice]] | ||
| − | '''Inherits:''' [[Class  | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] | 
| == Syntax == | == Syntax == | ||
| === Delphi: === | === Delphi: === | ||
| <code> | <code> | ||
| − | '''type''' TALASIOOutputChannels = '''class'''( [[Class  | + | '''type''' TALASIOOutputChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TALASIOAudioDevice, TALASIOOutputChannelItem]] ) | 
| </code> | </code> | ||
| === C++ Builder: === | === C++ Builder: === | ||
| <code> | <code> | ||
| − | '''class''' TALASIOOutputChannels : '''public''' [[Class  | + | '''class''' TALASIOOutputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] | 
| </code> | </code> | ||
| === Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
| <code> | <code> | ||
| − | '''class''' CTALASIOOutputChannels : '''public''' [[Class  | + | '''class''' CTALASIOOutputChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] | 
| </code> | </code> | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class''' TALASIOOutputChannels : [[Class  | + | '''public ref class''' TALASIOOutputChannels : [[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  | + | *[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]] | 
| [[Category:Classes]] | [[Category:Classes]] | ||
Revision as of 20:29, 10 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 TALASIOOutputChannels : Vcl.VclCollectionProperty
Summary
Collection of ASIO output channels.
Description
Defines collection of ASIO output channels.
