IBDA_AutoDemodulateEx::get_AuxInputCount
Microsoft DirectShow 9.0 |
IBDA_AutoDemodulateEx::get_AuxInputCount
This topic applies to Windows Vista.
The get_AuxInputCount method retrieves a count of the number of auxiliary inputs on the demodulator.
Syntax
HRESULT get_AuxInputCount( ULONG* pulCompositeCount, ULONG* pulSvideoCount );
Parameters
pulCompositeCount
[in, out] Pointer to a variable that receives a count of the number of composite-video input connectors on the device.
pulSvideoCount
[in, out] Pointer to a variable that receives a count of the number of S-Video input connectors on the device.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
- Note The pulCompositeCount and pulSvideoCount parameters are marked in the IDL file as [in, out] but are used as [out] parameters. To preserve binary compatibility with previous versions, they have not been changed.
Requirements
Header: Include Bdaiface.h.
See Also