Exemplo n.º 1
0
 public static void PrepareSoundCopying(int channelCount, int sampleRate, int maxBufferSizeInBytes)
 {
     javaInter.PrepareSoundCopying(channelCount, sampleRate, maxBufferSizeInBytes);
 }