TUNERBANDINFO
This structure contains information on a particular tuner band.
Syntax
typedef struct _TUNERBANDINFO {
DWORD dwBandID;
FREQUENCY RangeLow;
FREQUENCY RangeHigh;
FREQUENCY MinTuningStep;
DWORD dwBandCaps
} TUNERBANDINFO, *PTUNERBANDINFO;
Members
- dwBandID
- Specifies the band identifier. It is one of the following flags:
- BAND_AM
- Specifies an AM band.
- BAND_FM
- Specifies an FM band.
- BAND_TV
- Specifies a TV band.
- BAND_WEATHER
- Specifies a weather band.
- BAND_CB
- Specifies a CB band.
- BAND_USER
- Specifies a user band. Do not use.
- RangeLow
- Specifies a FREQUENCY structure that contains the low end of the frequency range.
- RangeHigh
- Specifies a FREQUENCY structure that contains the high end of the frequency range.
- MinTuningStep
- Specifies a FREQUENCY structure that contains the minimum tuning step.
- dwBandCaps
- Specifies the capabilities of a band. It is one or a combination of the following flags.
- BC_STEREO
- Supports stereo.
- BC_RBDS
- Specifies RBDS encoded.
- BC_TWOWAY
- Supports two-way.