TIEDirectShow.SetTVStandard
Declaration
procedure SetTVStandard(Value: TIETVStandard);
Description
Sets the input TV standard. To get a list of supported tv standards use
GetSupportedTVStandards.
Example
// Set tv standard
ImageEnView1.IO.DShowParams.SetTVStandard( tvs );
See Also
◼GetSupportedTVStandards