Modified a few for Example1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user