Class VLVideoMixer.TVLVideoMixerChannels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit VLVideoMixer|VLVideoMixer]] | '''Unit:''' [[Unit VLVideoMixer|VLVideoMixer]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLVideoMixerChannels = '''class'''( [[Class LPComponent. | + | '''type''' TVLVideoMixerChannels = '''class'''( [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection, TVLVideoMixer, TVLVideoMixerChannelItem]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TVLVideoMixerChannels : '''public''' [[Class LPComponent. | + | '''class''' TVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTVLVideoMixerChannels : '''public''' [[Class LPComponent. | + | '''class''' CTVLVideoMixerChannels : '''public''' [[Class LPComponent.TLPTypedOwnerComponentCollection|CTLPTypedOwnerComponentCollection]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' VideoMixerChannels : [[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. | ||
− | == | + | == Methods == |
=== Public === | === Public === | ||
− | *[[ | + | *[[Method function VLVideoMixer.TVLVideoMixerChannels.Add() : TVLVideoMixerChannelItem|function Add() : TVLVideoMixerChannelItem]] - Adds channel to the mixer. |
− | == | + | == From [[Class LPComponent.TLPTypedOwnerComponentCollection|TLPTypedOwnerComponentCollection]] == |
+ | |||
+ | == Properties == | ||
=== Public === | === Public === | ||
− | *[[ | + | *[[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: 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 VideoMixerChannels : Vcl.VclCollectionProperty
Summary
Collection of video mixer channels.
Description
Defines a collection of video mixer channels.
Methods
Public
- function Add() : TVLVideoMixerChannelItem - Adds channel to the mixer.