IBDA_AutoDemodulateEx::get_SupportedVideoFormats method (bdaiface.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.]
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
[out] pulAMTunerModeType
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.
[out] pulAnalogVideoStandard
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
Requirement | Value |
---|---|
Minimum supported client | Windows�Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | bdaiface.h |