recorder_acquire_read_region function

int recorder_acquire_read_region(
  1. int self,
  2. int outPtrAddr,
  3. int outFramesAddr
)

Implementation

int recorder_acquire_read_region(int self, int outPtrAddr, int outFramesAddr) =>
    _recorder_acquire_read_region(self, outPtrAddr, outFramesAddr);