TIEDirectShow.GetSupportedTVStandards
Declaration
function GetSupportedTVStandards(): TIETVStandards;
Description
Returns a set of supported TV standards (NTSC, Pal,...).
This function is useful to determine the supported standard before calling
SetTVStandard.
Example
// Get supported tv standards
tvs := ImageEnView1.IO.DShowParams.GetSupportedTVStandards();
See Also
◼SetTVStandard