示例#1
0
 public int DetectFileBPM(string FileName, TStreamFormat Format, TBPMDetectionMethod Method)
 {
     return(ZPlay.zplay_DetectFileBPMW(this.objptr, FileName, Convert.ToInt32((object)Format), Convert.ToUInt32((object)Method)));
 }