scheduleStopTimeInPcmFrames method

void scheduleStopTimeInPcmFrames(
  1. int absoluteTime
)

Implementation

void scheduleStopTimeInPcmFrames(int absoluteTime) {
  if (_engine == ffi.nullptr) return;
  _setStopTimeInPcmFrames(_engine, absoluteTime);
}