ITunerCap::get_SupportedVideoFormats Method
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The get_SupportedVideoFormats method retrieves the video formats that are supported by the TV tuner.
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
When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
Requirements
Header | Declared in Bdaiface.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008