/// <summary> /// 启动录制模块 (Start the recorder module) /// </summary> public static void StartRecorder() { if (ShareRECImpl.canStart()) { beginHanlder.enabled = true; endHanlder.enabled = true; ShareRECImpl.initRenderTexture(); ShareRECImpl.Start(); } }