Discord.Net.WebSockets.VoiceSocket.OnFrameReceived C# (CSharp) Method

OnFrameReceived() private method

private OnFrameReceived ( ulong userId, ulong channelId, byte buffer, int offset, int count ) : void
userId ulong
channelId ulong
buffer byte
offset int
count int
return void
        internal void OnFrameReceived(ulong userId, ulong channelId, byte[] buffer, int offset, int count)
            => FrameReceived(this, new InternalFrameEventArgs(userId, channelId, buffer, offset, count));