Microsoft DirectX 8.1 (C++)

IAMAnalogVideoDecoder::get_AvailableTVFormats

The get_AvailableTVFormats method retrieves the currently available analog video formats.

Syntax

HRESULT get_AvailableTVFormats(
  long *lAnalogVideoStandard
);

Parameters

lAnalogVideoStandard

[out]  Pointer to a variable that receives a bitwise OR of zero or more flags from the AnalogVideoStandard enumeration.

Return Values

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

See Also