示例#1
0
 public RESULT getLength(out uint length, TIMEUNIT lengthtype)
 {
     return(Sound.FMOD5_Sound_GetLength(this.rawPtr, out length, lengthtype));
 }