Share via


IBDA_AutoDemodulateEx::get_SupportedVideoFormats Method

This topic applies to Windows Vista.
The get_SupportedVideoFormats method retrieves the video formats that are supported by the demodulator.

Syntax

HRESULT get_SupportedVideoFormats(
  [out]  ULONG *pulAMTunerModeType,
  [out]  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 Value

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

Requirements

Header Declared in Bdaiface.h.

See Also

IBDA_AutoDemodulateEx Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008