IRCBot Plugin API  v5
Public Attributes | List of all members
SOUND_SERVER Struct Reference

#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...
 

Detailed Description

This structure lets plugins get the settings for a Sound Server (host/ip, mountpoint, port, etc.)

See also
SS_TYPES
BOTAPI::GetSSInfo

Member Data Documentation

char SOUND_SERVER::host[128]
char SOUND_SERVER::mount[128]
char SOUND_SERVER::admin_pass[128]
int32 SOUND_SERVER::port
int32 SOUND_SERVER::streamid
SS_TYPES SOUND_SERVER::type

The sound server type.

See also
SS_TYPES
bool SOUND_SERVER::has_source

Does this sound server have a source connected to it? (ie. is there a stream active right now)


The documentation for this struct was generated from the following file: