Class VLDSCapture.TVLCaptureFrameRate

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 8: Line 8:
  
 
'''Unit:''' [[Unit VLDSCapture|VLDSCapture]]
 
'''Unit:''' [[Unit VLDSCapture|VLDSCapture]]
 
'''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]
 
  
 
== Syntax ==
 
== Syntax ==
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLCaptureFrameRate = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] )
+
'''type''' TVLCaptureFrameRate = '''class'''
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''class''' TVLCaptureFrameRate : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]]
+
'''class''' TVLCaptureFrameRate
 
</code>
 
</code>
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''class''' CTVLCaptureFrameRate : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]]
+
'''class''' CTVLCaptureFrameRate
 
</code>
 
</code>
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLCaptureFrameRate : [[Class Vcl.VclProperty|Vcl.VclProperty]]
+
'''public ref class''' CaptureFrameRate
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 37: Line 35:
  
 
=== Published ===
 
=== Published ===
*[[Property VLDSCapture.TVLCaptureFrameRate.Current|Current]] - Use frame current rate.  
+
*[[Property VLDSCapture.TVLCaptureFrameRate.UseCurrent|UseCurrent]] - Use frame current rate.  
*[[Property VLDSCapture.TVLCaptureFrameRate.Rate|Rate]] - Video frame rate to be used if [[Property VLDSCapture.TVLCaptureFrameRate.Current|Current]] is set to False.  
+
*[[Property VLDSCapture.TVLCaptureFrameRate.Rate|Rate]] - Video frame rate to be used if Current is set to False.  
 
*[[Property VLDSCapture.TVLCaptureFrameRate.VariableRate|VariableRate]] - Enable variable frame rate.  
 
*[[Property VLDSCapture.TVLCaptureFrameRate.VariableRate|VariableRate]] - Enable variable frame rate.  
 +
 +
=== Public ===
 +
*[[Property VLDSCapture.TVLCaptureFrameRate.CurrentActualFrameRate|CurrentActualFrameRate]] - Returns the current actual frame rate.
  
 
[[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: VideoLabBasicPkg

Unit: VLDSCapture

Contents

Syntax

Delphi:

type TVLCaptureFrameRate = class

C++ Builder:

class TVLCaptureFrameRate

Visual C++ (MFC):

class CTVLCaptureFrameRate

C# (.NET):

public ref class CaptureFrameRate

Summary

Capture frame rate settings class.

Description

Defines class for the capture rate properties.

Properties

Published

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox