IRCBot Plugin API
v5
|
#include <plugins.h>
Public Attributes | |
char | host [128] |
char | mount [128] |
char | admin_pass [128] |
int32 | port |
int32 | streamid |
SS_TYPES | type |
The sound server type. More... | |
bool | has_source |
Does this sound server have a source connected to it? (ie. is there a stream active right now) More... | |
This structure lets plugins get the settings for a Sound Server (host/ip, mountpoint, port, etc.)
char SOUND_SERVER::host[128] |
char SOUND_SERVER::mount[128] |
char SOUND_SERVER::admin_pass[128] |
int32 SOUND_SERVER::port |
int32 SOUND_SERVER::streamid |
bool SOUND_SERVER::has_source |
Does this sound server have a source connected to it? (ie. is there a stream active right now)