Microsoft DirectX 8.1 (C++)

IAMAnalogVideoDecoder::get_TVFormat

The get_TVFormat method retrieves the current analog video format.

Syntax

HRESULT get_TVFormat(
  long *plAnalogVideoStandard
);

Parameters

plAnalogVideoStandard

[out]  Pointer to a variable that receives a member of the AnalogVideoStandard enumeration, indicating the analog video format.

Return Values

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

See Also