示例#1
0
 private void _audioCapture_OnAudioCaptured(object sender, byte[] data)
 {
     _transferClient.SendData(data);
 }