Microsoft DirectX 8.1 (C++)

IAMAnalogVideoDecoder::put_TVFormat

The put_TVFormat method sets the current format to one of the supported analog video standards.

Syntax

HRESULT put_TVFormat(
  long lAnalogVideoStandard
);

Parameters

lAnalogVideoStandard

[in]  Specifies the current TV format as a member of the AnalogVideoStandard enumeration.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

See Also