#include <station.h>
This structure is passed to StationConnect().
Definition at line 86 of file station.h.
Data Fields | |
char * | rs_name |
Symbolic station name. | |
int | rs_streams |
Number of available streams. | |
char * | rs_uri [MAXNUM_STREAMS] |
Uniform resource locators of the streams. |
char* rs_name |
Symbolic station name.
Definition at line 89 of file station.h.
Referenced by ConfigSize(), FavListCopy(), FavListLoad(), FavListSave(), FavListSet(), FavListSize(), and UserIfShowStationConf().
int rs_streams |
Number of available streams.
Definition at line 93 of file station.h.
Referenced by CgiStationFavorites(), ConfigSize(), FavListClear(), FavListCopy(), FavListLoad(), FavListSave(), FavListSet(), and FavListSize().
char* rs_uri[MAXNUM_STREAMS] |
Uniform resource locators of the streams.
Definition at line 97 of file station.h.
Referenced by ConfigSize(), FavListCopy(), FavListLoad(), FavListSave(), FavListSet(), FavListSize(), and StationConnect().