[Delete] Delete AudioMessage.cs

master
sta 10 years ago
parent 85a55644fd
commit 6ff198c482

@ -1,12 +0,0 @@
using System;
namespace Example1
{
internal class AudioMessage
{
public uint user_id;
public byte ch_num;
public uint buffer_length;
public float[,] buffer_array;
}
}

@ -62,7 +62,6 @@
<Compile Include="AssemblyInfo.cs" />
<Compile Include="AudioStreamer.cs" />
<Compile Include="Program.cs" />
<Compile Include="AudioMessage.cs" />
<Compile Include="TextMessage.cs" />
<Compile Include="NotificationMessage.cs" />
<Compile Include="Notifier.cs" />

Loading…
Cancel
Save