コード例 #1
0
ファイル: AudioRoute.cs プロジェクト: bugRanger/Chat
 public void Handle(IAudioPacket packet)
 {
     _buffer.Enqueue(packet);
 }