Property VLDSVideoOut.TVLDVFormat.Resolution
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 10: | Line 10: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''property''' Resolution : [[Enum VLDSVideoOut.TVLDSDVOutResolution|TVLDSDVOutResolution]] '''read''' GetResolution '''write''' SetResolution; | + | '''property''' Resolution : [[Enum VLDSVideoOut.TVLDSDVOutResolution|TVLDSDVOutResolution]] '''read''' GetResolution '''write''' SetResolution '''default''' [[Enum item VLDSVideoOut.TVLDSDVOutResolution.dvr720|dvr720]]; |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''__property''' [[Enum VLDSVideoOut.TVLDSDVOutResolution|TVLDSDVOutResolution]] Resolution = { '''read'''=GetResolution, '''write'''=SetResolution }; | + | '''__property''' [[Enum VLDSVideoOut.TVLDSDVOutResolution|TVLDSDVOutResolution]] Resolution = { '''read'''=GetResolution, '''write'''=SetResolution, '''default'''=[[Enum item VLDSVideoOut.TVLDSDVOutResolution.dvr720|dvr720]] }; |
</code> | </code> | ||
Latest 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.
Class: TVLDVFormat
Contents |
Syntax
Delphi:
property Resolution : TVLDSDVOutResolution read GetResolution write SetResolution default dvr720;
C++ Builder:
__property TVLDSDVOutResolution Resolution = { read=GetResolution, write=SetResolution, default=dvr720 };
Summary
Resolution of the Digital Video (DV) Format to be used.
Description
Use this property to specify resolution of the Digital Video
(DV) Format to be used.