STATIONINFO Strukturreferenz

#include <station.h>

Zusammengehörigkeiten von STATIONINFO:

Collaboration graph
RADIOSTATION
[Legende]

Ausführliche Beschreibung

Station information structure.

An instance of this structure is created when calling StationConnect().

Definiert in Zeile 105 der Datei station.h.


Datenfelder

TCPSOCKET * si_sock
 TCP socket of this stream.
u_int si_protocol
 Station type, PROTOCOL_TYPE_.
u_int si_content
 Player type, CONTENT_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.
RADIOSTATIONsi_scp
 Pointer to the station configuration table entry.

Dokumentation der Datenelemente

TCPSOCKET* si_sock

TCP socket of this stream.

Definiert in Zeile 107 der Datei station.h.

Wird benutzt von StationConnect() und StationDisconnect().

u_int si_protocol

Station type, PROTOCOL_TYPE_.

Definiert in Zeile 109 der Datei station.h.

Wird benutzt von ShoutCastSetup().

u_int si_content

Player type, CONTENT_TYPE_.

Definiert in Zeile 111 der Datei station.h.

Wird benutzt von ShoutCastSetup().

char* si_name

The station name.

Definiert in Zeile 113 der Datei station.h.

Wird benutzt von CgiVars(), ShoutCastSetup(), StationDisconnect() und UserIfShowStationInfo().

char* si_genre

The station's genre.

Definiert in Zeile 115 der Datei station.h.

Wird benutzt von CgiVars(), ShoutCastSetup() und UserIfShowStatus().

u_int si_bitrate

Stream bit rate.

Definiert in Zeile 117 der Datei station.h.

Wird benutzt von CgiVars() und ShoutCastSetup().

char** si_header

Header lines, collected during connect.

Definiert in Zeile 119 der Datei station.h.

Wird benutzt von ShoutCastSetup(), StationConnect() und StationDisconnect().

RADIOSTATION* si_scp

Pointer to the station configuration table entry.

Definiert in Zeile 121 der Datei station.h.

Wird benutzt von StationConnect() und UserIfShowStationInfo().


Die Dokumentation für diese Struktur wurde erzeugt aufgrund der Datei:
© 2008 by egnite GmbH - besuchen Sie www.ethernut.de