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