Share via


IDVBSTuningSpace::get_InputRange

 
Microsoft DirectShow 9.0

IDVBSTuningSpace::get_InputRange

The get_InputRange method retrieves an integer indicating which option or switch contains the requested signal source.

Syntax

  HRESULT get_InputRange(
  long*  pInputRange
);

Parameters

pInputRange

[out] Specifies the address of a long integer to receive the integer value.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also