Property | Type | Description | |
---|---|---|---|
BeginGatewayConnect | Task | ||
Cleanup | Task | ||
EndGatewayConnect | void | ||
OnReceivedEvent | void |
Method | Description | |
---|---|---|
AudioClient ( DiscordClient client, Server server, int id ) : Discord.API.Client.GatewaySocket | ||
Clear ( ) : void | ||
Connect ( ) : Task | ||
Disconnect ( ) : Task | ||
Join ( Channel channel ) : Task | ||
Send ( byte data, int offset, int count ) : void | ||
SendVoiceUpdate ( ulong serverId, ulong channelId ) : void | ||
Wait ( ) : void |
Method | Description | |
---|---|---|
BeginGatewayConnect ( ) : Task | ||
Cleanup ( ) : Task | ||
EndGatewayConnect ( ) : void | ||
OnReceivedEvent ( Discord.Net.WebSockets.WebSocketEventEventArgs e ) : void |
public AudioClient ( DiscordClient client, Server server, int id ) : Discord.API.Client.GatewaySocket | ||
client | DiscordClient | |
server | Server | |
id | int | |
return | Discord.API.Client.GatewaySocket |
public Send ( byte data, int offset, int count ) : void | ||
data | byte | |
offset | int | |
count | int | |
return | void |
public SendVoiceUpdate ( ulong serverId, ulong channelId ) : void | ||
serverId | ulong | |
channelId | ulong | |
return | void |