ReplayFrameArrivedEventArgs<T> Class (KinectEx.DVR)

Generic EventArgs type used to pass the specific type of ReplayFrame to a listener during playback when that frame should be processed or displayed.
System.Object
   System.EventArgs
      KinectEx.DVR.ReplayFrameArrivedEventArgs<T>

Namespace: KinectEx.DVR
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class ReplayFrameArrivedEventArgs<T> : EventArgs where T : ReplayFrame

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public ReplayFrameArrivedEventArgs<'T when 'T : ReplayFrame> =
	class
		inherit EventArgs
	end

The ReplayFrameArrivedEventArgs<T> type exposes the following members.

  Platforms Name Description
ReplayFrameArrivedEventArgs<T>  
Top
  Platforms Name Description
Frame Gets the frame that has arrived. 
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT