Contains a list of video codecs available.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetVideoCodecs(
	int index
)
Public Function GetVideoCodecs ( _
	index As Integer _
) As String
public:
String^ GetVideoCodecs(
	int index
)

Parameters

index
Int32
Index of video codec item.

Return Value

A string which describes video codec.

See Also