Пример #1
0
 public int DetectFileBPM(string FileName, TStreamFormat Format, TBPMDetectionMethod Method)
 {
     return zplay_DetectFileBPMW(objptr, FileName, System.Convert.ToInt32(Format), System.Convert.ToUInt32(Method));
 }
Пример #2
0
public int DetectFileBPM(string FileName, TStreamFormat Format, TBPMDetectionMethod Method);
Пример #3
0
 public int DetectBPM(TBPMDetectionMethod Method)
 {
     return zplay_DetectBPM(objptr, System.Convert.ToUInt32(Method));
 }
Пример #4
0
public int DetectBPM(TBPMDetectionMethod Method);
Пример #5
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)));
 }
Пример #6
0
 public int DetectBPM(TBPMDetectionMethod Method)
 {
     return(ZPlay.zplay_DetectBPM(this.objptr, Convert.ToUInt32((object)Method)));
 }
Пример #7
0
 public int DetectFileBPM(string FileName, TStreamFormat Format, TBPMDetectionMethod Method);
Пример #8
0
 public int DetectBPM(TBPMDetectionMethod Method);