ITunerCap::get_SupportedVideoFormats method (tuner.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
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
[out] pulAMTunerModeType
Receives a bitmask that indicates the frequency ranges that are supported by the BDA device filter. For a list of valid mask bits, see AMTunerModeType Enumeration.
[out] pulAnalogVideoStandard
Receives a bitmask 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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tuner.h |