Exemplo n.º 1
0
	public abstract bool ReleaseVideoStreamFrame(uint nDeviceIndex,ref CameraVideoStreamFrame_t pFrameImage);
Exemplo n.º 2
0
	public override bool ReleaseVideoStreamFrame(uint nDeviceIndex,ref CameraVideoStreamFrame_t pFrameImage)
	{
		CheckIfUsable();
		bool result = VRNativeEntrypoints.VR_IVRTrackedCamera_ReleaseVideoStreamFrame(m_pVRTrackedCamera,nDeviceIndex,ref pFrameImage);
		return result;
	}
Exemplo n.º 3
0
	internal static extern bool VR_IVRTrackedCamera_ReleaseVideoStreamFrame(IntPtr instancePtr, uint nDeviceIndex, ref CameraVideoStreamFrame_t pFrameImage);
Exemplo n.º 4
0
	public void LockSharedTextureGL(IntPtr glSharedTextureHandle,ref CameraVideoStreamFrame_t pFrameImage)
	{
		FnTable.LockSharedTextureGL(glSharedTextureHandle,ref pFrameImage);
	}
Exemplo n.º 5
0
	public bool ReleaseVideoStreamFrame(uint nDeviceIndex,ref CameraVideoStreamFrame_t pFrameImage)
	{
		bool result = FnTable.ReleaseVideoStreamFrame(nDeviceIndex,ref pFrameImage);
		return result;
	}
Exemplo n.º 6
0
 public bool ReleaseVideoStreamFrame(uint nDeviceIndex, ref CameraVideoStreamFrame_t pFrameImage)
 {
     return this.FnTable.ReleaseVideoStreamFrame(nDeviceIndex, ref pFrameImage);
 }
Exemplo n.º 7
0
 public bool ReleaseVideoStreamFrame(uint nDeviceIndex, ref CameraVideoStreamFrame_t pFrameImage)
 {
     return(this.FnTable.ReleaseVideoStreamFrame(nDeviceIndex, ref pFrameImage));
 }
Exemplo n.º 8
0
 public void LockSharedTextureGL(IntPtr glSharedTextureHandle, ref CameraVideoStreamFrame_t pFrameImage)
 {
     this.FnTable.LockSharedTextureGL(glSharedTextureHandle, ref pFrameImage);
 }