Returns a set of supported tv standards (NTSC, Pal,...).

This function is useful to know supported standard before call SetTVStandard.

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

Syntax

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

Parameters

index
Int32
Index of TV standard. From 0 up to GetSupportedTVStandardsCount()-1

Return Value

Returns the supported TV standard at specified index

See Also