createRecorderNode method

int createRecorderNode(
  1. Pointer<Void> context,
  2. int channelCount
)
inherited

///////////////// RecorderNode /// /////////////////

Implementation

int createRecorderNode(
  ffi.Pointer<ffi.Void> context,
  int channelCount,
) {
  return _createRecorderNode(
    context,
    channelCount,
  );
}