Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

_STATIONINFO Struct Reference

#include <station.h>

Collaboration diagram for _STATIONINFO:

Collaboration graph
[legend]

Detailed Description

Station information structure.

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.
STATIONCONFsi_scp
 Pointer to the station configuration table entry.


Field Documentation

TCPSOCKET* _STATIONINFO::si_sock
 

TCP socket of this stream.

Definition at line 58 of file station.h.

u_int _STATIONINFO::si_stype
 

Station type, STATION_TYPE_.

Definition at line 60 of file station.h.

u_int _STATIONINFO::si_ptype
 

Player type, PLAYER_TYPE_.

Definition at line 62 of file station.h.

char* _STATIONINFO::si_name
 

The station name.

Definition at line 64 of file station.h.

char* _STATIONINFO::si_genre
 

The station's genre.

Definition at line 66 of file station.h.

u_int _STATIONINFO::si_bitrate
 

Stream bit rate.

Definition at line 68 of file station.h.

char** _STATIONINFO::si_header
 

Header lines, collected during connect.

Definition at line 70 of file station.h.

STATIONCONF* _STATIONINFO::si_scp
 

Pointer to the station configuration table entry.

Definition at line 72 of file station.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 23 17:29:03 2007 for SAM Internet Radio by  doxygen 1.4.4