Class VLVideoMixer.TVLVideoMixerChannels
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 38: | Line 38: | ||
=== Public === | === Public === | ||
*[[Property VLVideoMixer.TVLVideoMixerChannels.Items|Items]] - Allows access to the mixer channels. | *[[Property VLVideoMixer.TVLVideoMixerChannels.Items|Items]] - Allows access to the mixer channels. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function VLVideoMixer.TVLVideoMixerChannels.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
+ | *[[Method function VLVideoMixer.TVLVideoMixerChannels.Add() : TVLVideoMixerChannelItem|function Add() : TVLVideoMixerChannelItem]] - Adds channel to the mixer. | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 17:19, 18 October 2012
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: TLPCollection
Contents |
Syntax
Delphi:
type TVLVideoMixerChannels = class( TLPCollection )
C++ Builder:
class TVLVideoMixerChannels : public TLPCollection
Visual C++ (MFC):
class CTVLVideoMixerChannels : public CTLPCollection
C# (.NET):
public ref class TVLVideoMixerChannels : Vcl.VclCollectionProperty
Summary
Collection of video mixer channels.
Description
Defines a collection of video mixer channels.
Properties
Public
- Items - Allows access to the mixer channels.
Methods
Public
- function GetOwner() : TPersistent
- function Add() : TVLVideoMixerChannelItem - Adds channel to the mixer.