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.
推送自定义音频数据流的轨道接口
virtual StatusCode pushAudioFrame(int stmtype, unsigned char* buf, int buf_len, long ts) = 0;
// 推送 OPUS 音频帧 IRTCCustomAudioTrack* track = nullptr; engine->getCustomAudioTrack("my_custom_audio", &track); track->pushAudioFrame(0x5355504F, audioData, audioSize, timestamp);