Skip to content

Commit f068425

Browse files
committed
Modified Example1
1 parent 9a22fb4 commit f068425

7 files changed

+283
-280
lines changed

Example1/AudioMessage.cs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
3+
namespace Example1
4+
{
5+
internal class AudioMessage
6+
{
7+
public uint user_id;
8+
public byte ch_num;
9+
public uint buffer_length;
10+
public float [,] buffer_array;
11+
}
12+
}

0 commit comments

Comments
 (0)