Exposed IAudioClient.SetSpeakingAsync

This commit is contained in:
RogueException
2017-04-10 18:00:42 -03:00
parent d2a7be91e5
commit 8d9e11c08a
3 changed files with 16 additions and 11 deletions

View File

@@ -21,6 +21,7 @@ namespace Discord.Audio
int UdpLatency { get; }
Task StopAsync();
Task SetSpeakingAsync(bool value);
/// <summary>Creates a new outgoing stream accepting Opus-encoded data.</summary>
AudioOutStream CreateOpusStream(int bufferMillis = 1000);