void setFrameEvent(FrameEvent onFrameEvent,void* ctx)
设置码流数据接收回调。 参数| onFrameEvent | 码流数据回调。 void __stdcall FrameEvent(void* ctx,const char* userId, int linkId, const AVFrame& frame); |
|---|---|
| ctx | 回调上下文 |
全平台 C++ SRTC 音视频 SDK IRemoteAudioStream 接口参考
| onFrameEvent | 码流数据回调。 void __stdcall FrameEvent(void* ctx,const char* userId, int linkId, const AVFrame& frame); |
|---|---|
| ctx | 回调上下文 |