[Delete] Delete AudioMessage.cs
This commit is contained in:
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="AssemblyInfo.cs" />
|
||||||
<Compile Include="AudioStreamer.cs" />
|
<Compile Include="AudioStreamer.cs" />
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="AudioMessage.cs" />
|
|
||||||
<Compile Include="TextMessage.cs" />
|
<Compile Include="TextMessage.cs" />
|
||||||
<Compile Include="NotificationMessage.cs" />
|
<Compile Include="NotificationMessage.cs" />
|
||||||
<Compile Include="Notifier.cs" />
|
<Compile Include="Notifier.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user