Bandwidth information

The server offers information about the currently used bandwidth.

The following set of connection properties can be queried:


The connection information can be queried with the following two functions:

unsigned int ts3server_getVirtualServerConnectionVariableAsUInt64(serverID,  
 flag,  
 result); 
uint64 serverID;
enum ConnectionProperties flag;
uint64* result;
 


unsigned int ts3server_getVirtualServerConnectionVariableAsDouble(serverID,  
 flag,  
 result); 
uint64 serverID;
enum ConnectionProperties flag;
double* result;
 

Parameters

Both functions return ERROR_ok on success, otherwise an error code as defined in public_errors.h.