Share via


IAnalogRadioTuningSpace::get_MaxFrequency

 
Microsoft DirectShow 9.0

IAnalogRadioTuningSpace::get_MaxFrequency

This topic applies to Windows XP and later.

The get_MaxFrequency method retrieves the maximum frequency for this tuning space.

Syntax

  HRESULT get_MaxFrequency(
  long*  pMaxFrequencyVal
);

Parameters

pMaxFrequencyVal

[out]  Pointer to a variable that receives the maximum frequency, in kilohertz (kHz).

Return Values

Returns E_NOTIMPL.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also