Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Windows SRTC 音视频 SDK IRTCRecord 本地录制接口参考
virtual StatusCode setRecordFileName(const char* filepath) = 0;
virtual StatusCode setWaterMask(const char* mask) = 0;
virtual StatusCode setOutputSize(int w, int h) = 0;
virtual StatusCode startRecord() = 0;
virtual StatusCode setRecordHwnd(void* hwnd, int x, int y, int w, int h) = 0;
virtual StatusCode setRecordLayoutMemberView(const char* layout_json, int json_len) = 0;
virtual StatusCode pauseRecord() = 0;
virtual StatusCode stopRecord() = 0;