|
IRCBot Plugin API
v5
|
Classes | |
| struct | SOUND_SERVER |
| struct | STATS |
Enumerations | |
| enum | SS_TYPES { SS_TYPE_SHOUTCAST = 0x00, SS_TYPE_SHOUTCAST2 = 0x01, SS_TYPE_ICECAST = 0x02, SS_TYPE_STEAMCAST = 0x03, SS_TYPE_SP2P = 0x04 } |
Variables | |
| int(* | API_ss::GetSSInfo )(int32 ssnum, SOUND_SERVER *ss) |
| STATS *(* | API_ss::GetStreamInfo )() |
| Get's information on the stream status, do not modify/free/etc. the pointer. More... | |
| enum SS_TYPES |
| int(* API_ss::GetSSInfo)(int32 ssnum, SOUND_SERVER *ss) |
Get's information on one of the sound servers in ircbot.conf
| ssnum | The sound server number. If you use -1 the function will return the number of servers defined in ircbot.conf (in this case the ss param can be NULL). |
| ss | A SOUND_SERVER structure to be filled in |
| STATS*(* API_ss::GetStreamInfo)() |
Get's information on the stream status, do not modify/free/etc. the pointer.
1.8.8