public static void ts3plugin_onChannelClientPermListEvent(ulong serverConnectionHandlerID, ulong channelID, ulong clientDatabaseID, uint permissionID, int permissionValue, bool permissionNegated, bool permissionSkip)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onChannelGroupListEvent(ulong serverConnectionHandlerID, ulong channelGroupID, string name, int type, int iconID, int saveDB)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onChannelGroupListFinishedEvent(ulong serverConnectionHandlerID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onServerGroupPermListEvent(ulong serverConnectionHandlerID, ulong serverGroupID, uint permissionID, int permissionValue, int permissionNegated, int permissionSkip)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onServerGroupClientListEvent(ulong serverConnectionHandlerID, ulong serverGroupID, ulong clientDatabaseID, string clientNameIdentifier, string clientUniqueID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onSoundDeviceListChangedEvent(string modeID, int playOrCap)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onServerGroupByClientIDEvent(ulong serverConnectionHandlerID, string name, ulong serverGroupList, ulong clientDatabaseID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onFileListEvent(ulong serverConnectionHandlerID, ulong channelID, string path, string name, ulong size, ulong datetime, int type, ulong incompletesize, string returnCode)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onFileListFinishedEvent(ulong serverConnectionHandlerID, ulong channelID, string path)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onCustom3dRolloffCalculationWaveEvent(ulong serverConnectionHandlerID, ulong waveHandle, float distance, float volume)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static int ts3plugin_onClientPokeEvent(ulong serverConnectionHandlerID, ushort fromClientID, string pokerName, string pokerUniqueIdentity, string message, int ffIgnored)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
     return(0);
 }
 public static void ts3plugin_onCustom3dRolloffCalculationClientEvent(ulong serverConnectionHandlerID, ushort clientID, float distance, ref float volume)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
     //GTMPVoicePlugin.Log("ROllOff { GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);0} { GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);1} { GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);2}", clientID, distance, volume);
     //GTMPVoicePlugin.GetConnection(serverConnectionHandlerID).GetClient(clientID).ModifyVolume(distance, ref volume);
 }
 public static void ts3plugin_onEditPostProcessVoiceDataEvent(ulong serverConnectionHandlerID, ushort clientID, short samples, int sampleCount, int channels, uint channelSpeakerArray, uint channelFillMask)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onEditPlaybackVoiceDataEvent(ulong serverConnectionHandlerID, ushort clientID, short samples, int sampleCount, int channels)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onChannelClientPermListFinishedEvent(ulong serverConnectionHandlerID, ulong channelID, ulong clientDatabaseID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static void ts3plugin_onFileInfoEvent(ulong serverConnectionHandlerID, ulong channelID, string name, ulong size, ulong datetime)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }
 public static int ts3plugin_onServerPermissionErrorEvent(ulong serverConnectionHandlerID, string errorMessage, uint error, string returnCode, uint failedPermissionID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
     return(0);
 }
 public static void ts3plugin_onPlaybackShutdownCompleteEvent(ulong serverConnectionHandlerID)
 {
     GTMPVoicePlugin.VerboseLog(MethodInfo.GetCurrentMethod().Name);
 }