예제 #1
0
 public int DetectBPM(TBPMDetectionMethod Method)
 {
     return(ZPlay.zplay_DetectBPM(this.objptr, Convert.ToUInt32((object)Method)));
 }