Class VLDSCapture.TVLDSCameraControlProperty
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 53: | Line 53: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:28, 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: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TVLDSCaptureProperty
Contents |
Syntax
Delphi:
type TVLDSCameraControlProperty = class( TVLDSCaptureProperty )
C++ Builder:
class TVLDSCameraControlProperty : public TVLDSCaptureProperty
Visual C++ (MFC):
class CTVLDSCameraControlProperty : public CTVLDSCaptureProperty
C# (.NET):
public ref class TVLDSCameraControlProperty : Mitov.VideoLab.DSCaptureProperty
Summary
Camera control property class.
Description
Defines camera control property class.
Properties
Published
- Mode - Specifies the desired camera control property mode.
- Value - Specifies the desired value for the camera control property.
Public
- Modes - Returns the list of supported modes by the camera control property.
- RangesSupported - Checks if the ranges - (Min,Max, DefaultValue etc.) are supported.
- DefaultValue - Returns the default value of the camera control property.
- Delta - Returns the Delta(step) by which the value of the camera control property can change.
- Max - Returns the maximal possible value of the camera control property.
- Min - Returns the minimal possible value of the camera control property.