def rl_start_recording(*args):
  return _RecorderLib.rl_start_recording(*args)
def rl_start_recording(filename, recordfrom, num_recordfrom, watchfor, collect_offsets):
    return _RecorderLib.rl_start_recording(filename, recordfrom, num_recordfrom, watchfor, collect_offsets)
def rl_start_recording(filename, recordfrom, num_recordfrom, watchfor,
                       collect_offsets):
    return _RecorderLib.rl_start_recording(filename, recordfrom,
                                           num_recordfrom, watchfor,
                                           collect_offsets)