(uint nDeviceIndex,ref ulong pHandle)
| 2650 | return result; |
| 2651 | } |
| 2652 | public EVRTrackedCameraError AcquireVideoStreamingService(uint nDeviceIndex,ref ulong pHandle) |
| 2653 | { |
| 2654 | pHandle = 0; |
| 2655 | EVRTrackedCameraError result = FnTable.AcquireVideoStreamingService(nDeviceIndex,ref pHandle); |
| 2656 | return result; |
| 2657 | } |
| 2658 | public EVRTrackedCameraError ReleaseVideoStreamingService(ulong hTrackedCamera) |
| 2659 | { |
| 2660 | EVRTrackedCameraError result = FnTable.ReleaseVideoStreamingService(hTrackedCamera); |
no outgoing calls
no test coverage detected