recorder_create method

Pointer<Recorder> recorder_create()

Implementation

ffi.Pointer<Recorder> recorder_create() {
  return _recorder_create();
}