Share via


IBDA_AutoDemodulateEx::get_SupportedVideoFormats

 
Microsoft DirectShow 9.0

IBDA_AutoDemodulateEx::get_SupportedVideoFormats

This topic applies to Windows Vista.

The get_SupportedVideoFormats method retrieves the video formats that are supported by the demodulator.

Syntax

  HRESULT get_SupportedVideoFormats(
  ULONG*  pulAMTunerModeType,
  ULONG*  pulAnalogVideoStandard
);

Parameters

pulAMTunerModeType

[out]  Pointer to a variable that receives a mask that indicates the frequency ranges that are supported by the BDA device filter. For a list of valid mask bits, see AMTunerModeType Enumeration.

pulAnalogVideoStandard

[out]  Pointer to a variable that receives a mask that indicates the analog television signal formats that are supported by the BDA device filter. For a list of valid mask bits, see AnalogVideoStandard Enumeration.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include Bdaiface.h.

See Also