GetVideoHeightFromIndex
Delphi
function GetVideoHeightFromIndex (SizeIndex: LongInt): LongInt;
C++Builder
System::LongInt __fastcall GetVideoHeightFromIndex(System::LongInt SizeIndex);
C#
public int GetVideoHeightFromIndex(int SizeIndex);
VB.NET
Public Function GetVideoHeightFromIndex(SizeIndex As Integer) As Integer
C++/Qt
int GetVideoHeightFromIndex (int SizeIndex);
Used to retrieve the Height of a video size in the VideoSizes list of the current video capture device. The VideoSizeIndex parameter is the index of the size in the VideoSizes list. Returns 0 is VideoSizeIndex is out of the 0..VideoSizesCount - 1 range.