コード例 #1
0
 internal static extern void DisableVideoFrameCacheByUid(IrisRtcRendererPtr renderer_ptr, uint uid = 0,
                                                         string channel_id = "");
コード例 #2
0
 internal static extern bool GetVideoFrame(IrisRtcRendererPtr renderer_ptr, ref IrisRtcVideoFrame video_frame,
                                           out bool is_new_frame, uint uid, string channel_id = "");
コード例 #3
0
 internal static extern IrisRtcRendererCacheConfigHandle EnableVideoFrameCache(IrisRtcRendererPtr renderer_ptr,
                                                                               ref IrisRtcCRendererCacheConfigNative cacheConfigNative, uint uid = 0, string channel_id = "");