示例#1
0
 public RESULT getFormat(out SOUND_TYPE type, out SOUND_FORMAT format, out int channels, out int bits)
 {
     return(Sound.FMOD5_Sound_GetFormat(this.rawPtr, out type, out format, out channels, out bits));
 }