Minor doc edit.

This commit is contained in:
Brandon Smith
2015-09-04 22:56:15 -03:00
parent bd803b622a
commit 1d24efbf35

View File

@@ -643,7 +643,7 @@ namespace Discord
}
/// <summary> Sends a PCM frame to the voice server. </summary>
/// <param name="data">PCM frame to send. This must be a 48Kz 20ms </param>
/// <param name="data">PCM frame to send. This must be an uncompressed 48Kz monochannel 20ms PCM frame. </param>
/// <param name="count">Number of bytes in this frame. </param>
/// <remarks>Will block until</remarks>
public void SendVoicePCM(byte[] data, int count)