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.
全平台 C++ SRTC 音视频 SDK IRemoteVideoStream 接口参考
static int track_to_mask(int track) { if (track < 0) { return 0; } return std::pow(2, track); } static int mask_to_track(int mask) { if (mask == 0) { return 0; } return std::log2(mask); }