Share via


ITunerCap::get_AuxInputCount

 
Microsoft DirectShow 9.0

ITunerCap::get_AuxInputCount

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The get_AuxInputCount method retrieves a count of the number of auxiliary inputs on the TV tuner.

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

When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT 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