Microsoft DirectX 8.1 (C++)

IAMTVTuner::get_AvailableTVFormats

The get_AvailableTVFormats method retrieves all the analog video TV standards that the tuner supports.

Syntax

HRESULT get_AvailableTVFormats(
  long *lAnalogVideoStandard
);

Parameters

lAnalogVideoStandard

[out] Pointer to the combination of supported analog video standards.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

Remarks

For supported formats, see the AnalogVideoStandard enumeration.

See Also