IFrequencyMap Interface
The IFrequencyMap interface sets the frequency table used by the BDA Network Provider filter.
A frequency table is a list of broadcast or cable frequencies for a given country/region. The Network Provider uses a frequency table to find the next frequency when IScanningTuner methods are called. On startup, the Network Provider loads a default frequency table. An application can use the IFrequencyMap interface to specify the user's country/region, which causes the Network Provider filter to load the corresponding frequency table. The application can also modify the current table, or provide a completely new table, using the put_FrequencyMapping method.
Frequencies used by this interface are measured in units of kilohertz (kHz), and refer to the center frequency of each band. For more information, see "Terrestrial delivery system descriptor" in the ETSI EN 300 468 standard.
Note Currently only the DVB-T Network Provider supports this interface.
Methods
The IFrequencyMap interface inherits the methods of the IUnknown interface.
In addition, IFrequencyMap defines the following methods.
Method | Description |
---|---|
Returns the country/region code that the Network Provider is currently using. |
|
Returns a list of all the country/region codes for which the Network Provider has a frequency table. |
|
Returns the default frequency table for a given country/region code. |
|
Returns the Network Provider filter's current frequency table. |
|
Sets the country/region code. |
|
Sets the frequency table. |
Requirements
Header | Declared in Bdaiface.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008