/// <summary> /// Gets the sample position. /// </summary> /// <param name="samplePos">The sample pos.</param> /// <param name="timeStamp">The time stamp.</param> public void getSamplePosition(out long samplePos, ref ASIO64Bit timeStamp) { handleException(asioDriverVTable.getSamplePosition(pASIOComObject, out samplePos, ref timeStamp), "getSamplePosition"); }
/// <summary> /// Gets the sample position. /// </summary> /// <param name="samplePos">The sample pos.</param> /// <param name="timeStamp">The time stamp.</param> // Token: 0x060006E5 RID: 1765 RVA: 0x000154F6 File Offset: 0x000136F6 public void getSamplePosition(out long samplePos, ref ASIO64Bit timeStamp) { this.handleException(this.asioDriverVTable.getSamplePosition(this.pASIOComObject, out samplePos, ref timeStamp), "getSamplePosition"); }