1 parent 9a22fb4 commit f068425Copy full SHA for f068425
7 files changed
Example1/AudioMessage.cs
@@ -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