#include <station.h>
Collaboration diagram for _STATIONINFO:

An instance of this structure is created when calling StationConnect().
Definition at line 56 of file station.h.
Data Fields | |
| TCPSOCKET * | si_sock |
| TCP socket of this stream. | |
| u_int | si_stype |
| Station type, STATION_TYPE_. | |
| u_int | si_ptype |
| Player type, PLAYER_TYPE_. | |
| char * | si_name |
| The station name. | |
| char * | si_genre |
| The station's genre. | |
| u_int | si_bitrate |
| Stream bit rate. | |
| char ** | si_header |
| Header lines, collected during connect. | |
| STATIONCONF * | si_scp |
| Pointer to the station configuration table entry. | |
|
|
TCP socket of this stream.
|
|
|
Station type, STATION_TYPE_.
|
|
|
Player type, PLAYER_TYPE_.
|
|
|
The station name.
|
|
|
The station's genre.
|
|
|
Stream bit rate.
|
|
|
Header lines, collected during connect.
|
|
|
Pointer to the station configuration table entry.
|
1.4.4