Class VLDSCapture.TVLVideoModeFormat
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (5 intermediate revisions by one user not shown) | |||
| Line 24: | Line 24: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' VideoModeFormat  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
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 TVLVideoModeFormat = class
C++ Builder:
class TVLVideoModeFormat
Visual C++ (MFC):
class CTVLVideoModeFormat
C# (.NET):
public ref class VideoModeFormat
Summary
Video mode class.
Description
Defines a video mode ( size and format ) class.
Properties
Public
- Format - Return the format(RGB, YUY2) of the video mode.
 - Width - The Width of the video format as returned by DirectShow.
 - Height - The Height of the video format as returned by DirectShow.
 - MinFrames - The minimum frame duration, in 100-nanosecond units.
 - MaxFrames - The maximum frame duration, in 100-nanosecond units.
 - MinWidth - The minimal available Width.
 - MaxWidth - The maximal available Width.
 - MinHeight - The minimal available Height.
 - MaxHeight - The maximal available Height.
 - WidthStep - The width step from MinHeight to MaxHeight for the available formats.
 - HeightStep - The height step from MinHeight to MaxHeight for the available formats.
 - MaxRate - Returns the maximal available frame rate.
 - CountRates - Returns the number of available rates.
 
Methods
Public
- function GetMaxRateForSize(AWidth : Integer; AHeight : Integer) : Real - Returns the maximal rate for a frame size.
 - function GetRatesForSize(AWidth : Integer; AHeight : Integer) : TInt64Array - Returns the available rates for a frame size.