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