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 IRTCCustomVideoTrack 自定义视频轨道接口参考
virtual StatusCode pushVideoFrame(int stmtype, unsigned char* buf, int buf_len, int frmtype, long ts) = 0;
// 推送 H264 关键帧 IRTCCustomVideoTrack* track = nullptr; engine->getCustomVideoTrack("my_custom_track", &track); track->pushVideoFrame(0x1b, frameData, frameSize, 1, timestamp);