Class VLVideoMixer.TVLVideoMixerChannels

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
Line 9: Line 9:
 
'''Unit:''' [[Unit VLVideoMixer|VLVideoMixer]]
 
'''Unit:''' [[Unit VLVideoMixer|VLVideoMixer]]
  
'''Inherits:''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLVideoMixerChannels = '''class'''( [[Class LPComponent.TLPCollection|TLPCollection]] )
+
'''type''' TVLVideoMixerChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TVLVideoMixer, TVLVideoMixerChannelItem]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPCollection|TLPCollection]]
+
'''class''' TVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPCollection|CTLPCollection]]
+
'''class''' CTVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]]
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLVideoMixerChannels : [[Class LPComponent.TLPCollection|Vcl.VclCollectionProperty]]
+
'''public ref class''' TVLVideoMixerChannels : [[Class LPComponent.TLPTypedOwnerComponentCollection|Vcl.VclCollectionProperty]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
 
Defines a collection of video mixer channels.
 
Defines a collection of video mixer channels.
  
== Properties ==
+
== Methods ==
  
 
=== Public ===
 
=== Public ===
*[[Property VLVideoMixer.TVLVideoMixerChannels.Items|Items]] - Allows access to the mixer channels.  
+
*[[Method function VLVideoMixer.TVLVideoMixerChannels.Add() : TVLVideoMixerChannelItem|function Add() : TVLVideoMixerChannelItem]] - Adds channel to the mixer.  
  
== Methods ==
+
== From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] ==
 +
 
 +
== Properties ==
  
 
=== Public ===
 
=== Public ===
*[[Method function VLVideoMixer.TVLVideoMixerChannels.GetOwner() : TPersistent|function GetOwner() : TPersistent]]
+
*[[Property LPComponent.TLPTypedOwnerComponentCollection.OwnerComponent|OwnerComponent]]
*[[Method function VLVideoMixer.TVLVideoMixerChannels.Add() : TVLVideoMixerChannelItem|function Add() : TVLVideoMixerChannelItem]] - Adds channel to the mixer.
+
  
 
[[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: VideoLabPkg

Unit: VLVideoMixer

Inherits: TLPTypedOwnerComponentCollection

Contents

Syntax

Delphi:

type TVLVideoMixerChannels = class( TLPTypedOwnerComponentCollection, TVLVideoMixer, TVLVideoMixerChannelItem )

C++ Builder:

class TVLVideoMixerChannels : public TLPTypedOwnerComponentCollection

Visual C++ (MFC):

class CTVLVideoMixerChannels : public CTLPTypedOwnerComponentCollection

C# (.NET):

public ref class TVLVideoMixerChannels : Vcl.VclCollectionProperty

Summary

Collection of video mixer channels.

Description

Defines a collection of video mixer channels.

Methods

Public

From TLPTypedOwnerComponentCollection

Properties

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox