Share via


IMSVidAnalogTuner2::get_NumAuxInputs Method

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The get_NumAuxInputs method retrieves the number of auxiliary inputs that are available. Auxiliary inputs include S-video and composite inputs.

Syntax

HRESULT get_NumAuxInputs(
  [out]  long *Inputs
);

Parameters

  • Inputs [out]
    Pointer to a variable that receives the number of auxiliary inputs.

Return Value

Returns an HRESULT value. Possible values include the following.

Return code Description

E_POINTER

NULL pointer argument.

S_OK

Success.

Remarks

A crossbar filter exposes two auxiliary inputs for each audio input that it supports. That is, each audio input pin has two corresponding auxiliary input pins: S-video and composite video.

The number of auxiliary inputs returned by this method includes all auxiliary inputs, even if the physical input jacks are combined in some manner (for example, with some sort of proprietary or overloaded jack).

The first S-video input is channel 0 and the first composite input is channel 1. Additional S-video inputs are on even-numbered channels and additional composite inputs are on odd-numbered channels.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IMSVidAnalogTuner2 Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008