IAMTuner::get_TuningSpace
Microsoft DirectShow 9.0 |
IAMTuner::get_TuningSpace
The get_TuningSpace method retrieves the tuning space.
Syntax
HRESULT get_TuningSpace( long *plTuningSpace );
Parameters
plTuningSpace
[out] Pointer to a variable that receives the current tuning space.
Return Values
Returns an HRESULT value.
Remarks
The application defines the value retrieved by this method; it is set through a call to IAMTuner::put_TuningSpace.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also