VideoFormats contains a list of available video formats.

A video format specifies the frame width, height and other info.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDirectShow..::..IEVideoFormat GetVideoFormats(
	int index
)
Public Function GetVideoFormats ( _
	index As Integer _
) As IEDirectShow..::..IEVideoFormat
public:
IEDirectShow..::..IEVideoFormat GetVideoFormats(
	int index
)

Parameters

index
Int32
Index of a supported video format. From 0 up to GetVideoFormatsCount-1

Return Value

Returns a IEVideoFormat structure containing video format description

See Also