IMSVidAnalogTuner2::get_NumAuxInputs
Microsoft DirectShow 9.0 |
IMSVidAnalogTuner2::get_NumAuxInputs
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( long* Inputs );
Parameters
Inputs
[out] Pointer to a variable that receives the number of auxiliary inputs.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | 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: Dshow.h.
Library: Quartz.dll.
See Also