Class VLQueuedSwitch.TVLQueuedInputs
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 38: | Line 38: | ||
=== Public === | === Public === | ||
*[[Property VLQueuedSwitch.TVLQueuedInputs.Items|Items]] - Access to individual queued channel item from the collection. | *[[Property VLQueuedSwitch.TVLQueuedInputs.Items|Items]] - Access to individual queued channel item from the collection. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function VLQueuedSwitch.TVLQueuedInputs.Add() : TVLQueuedInputItem|function Add() : TVLQueuedInputItem]] - Adds a new queued channel. | ||
[[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: VLQueuedSwitch
Inherits: TLPCollection
Contents |
Syntax
Delphi:
type TVLQueuedInputs = class( TLPCollection )
C++ Builder:
class TVLQueuedInputs : public TLPCollection
Visual C++ (MFC):
class CTVLQueuedInputs : public CTLPCollection
C# (.NET):
public ref class TVLQueuedInputs : Vcl.VclCollectionProperty
Summary
Collection of queued channels.
Description
Defines a collection of queued channels.
Properties
Public
- Items - Access to individual queued channel item from the collection.
Methods
Public
- function Add() : TVLQueuedInputItem - Adds a new queued channel.