Modified a few for Example1

This commit is contained in:
sta
2014-10-02 16:16:15 +09:00
parent e80633b73b
commit 0fc7c82e70
4 changed files with 82 additions and 81 deletions

View File

@@ -4,9 +4,9 @@ namespace Example1
{
internal class AudioMessage
{
public uint user_id;
public byte ch_num;
public uint buffer_length;
public float [,] buffer_array;
public uint user_id;
public byte ch_num;
public uint buffer_length;
public float[,] buffer_array;
}
}