public bool IsSampleRateSupported(double SampleRate) { return(vtbl.canSampleRate(_this, SampleRate) == ASIOError.OK); }