SYNOPSIS
struct dvb_tuner_info {
char name[128];
u32 frequency_min;
u32 frequency_max;
u32 frequency_step;
u32 bandwidth_min;
u32 bandwidth_max;
u32 bandwidth_step;
};
MEMBERS
name[128]
- name of the Frontend
frequency_min
- minimal frequency supported
frequency_max
- maximum frequency supported
frequency_step
- frequency step
bandwidth_min
- minimal frontend bandwidth supported
bandwidth_max
- maximum frontend bandwidth supported
bandwidth_step
- frontend bandwidth step
NOTE
frequency parameters are in Hz, for terrestrial/cable or kHz for satellite.
COPYRIGHT