public override int StartDeviceTest(view_t hwnd) { var param = new { hwnd = (ulong)hwnd }; return(AgoraRtcNative.CallIrisRtcVideoDeviceManagerApi(_irisRtcDeviceManager, ApiTypeVideoDeviceManager.kVDMStartDeviceTest, JsonMapper.ToJson(param), out _result)); }
public abstract int StartScreenCaptureByWindowId(view_t windowId, Rectangle regionRect, ScreenCaptureParameters captureParams);
public abstract int StartVideoDeviceTest(view_t hwnd);