KinectEx.DVR Namespace

  Platforms Name Description
JpegColorCodec An IColorCodec that performs compresses bitmaps using the JPEG standard. Choosing this codec when creating a KinectRecorder effectively saves color frames as an MJPEG. 
KinectRecorder This class is one of two primary programmatic interfaces into the KinectEx.DVR subsystem. Created to enable recording of frames to a Stream
KinectReplay This class is one of two primary programmatic interfaces into the KinectEx.DVR subsystem. Created to enable playback of frames from a Stream
RawColorCodec An IColorCodec that performs no image compression. By default, this will just encode and decode the raw bitmap data. However, if the OutputWidth and/or OutputHeight are changed, it will resize an encoded bitmap accordingly. 
ReplayBodyFrame A recordable / replayable version of a BodyFrame
ReplayColorFrame A recordable / replayable version of a ColorFrame
ReplayDepthFrame A recordable / replayable version of a DepthFrame
ReplayFrame Base class for all forms of recordable / replayable frames. 
ReplayFrameArrivedEventArgs<T> Generic EventArgs type used to pass the specific type of ReplayFrame to a listener during playback when that frame should be processed or displayed. 
ReplayInfraredFrame A recordable / replayable version of an InfraredFrame
Top
  Platforms Name Description
IColorCodec Classes implementing this interface can be used by a ReplayColorFrame to (potentially) resize and compress the color frame data. 
Top
  Platforms Name Description
FrameTypes Enumerates the Kinect Frame Types 
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