示例#1
0
 public bool IsSampleRateSupported(double SampleRate)
 {
     return(vtbl.canSampleRate(_this, SampleRate) == ASIOError.OK);
 }