示例#1
0
 public RESULT readData(IntPtr buffer, uint lenbytes, out uint read)
 {
     return(Sound.FMOD5_Sound_ReadData(this.rawPtr, buffer, lenbytes, out read));
 }