ReplayColorFrame Class (KinectEx.DVR)

A recordable / replayable version of a ColorFrame.
System.Object
   KinectEx.DVR.ReplayFrame
      KinectEx.DVR.ReplayColorFrame

Namespace: KinectEx.DVR
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
public class ReplayColorFrame : ReplayFrame

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

type public ReplayColorFrame =
	class
		inherit ReplayFrame
	end

The ReplayColorFrame type exposes the following members.

  Platforms Name Description
FrameData The pixel data for the bitmap contained in this frame. 
FrameType The type of frame represented by this ReplayFrame. (Inherited from ReplayFrame.)
Height The height in pixels of the bitmap contained in this frame. 
RelativeTime The unique relative time at which this frame was captured. (Inherited from ReplayFrame.)
Width The width in pixels of the bitmap contained in this frame. 
Top
  Platforms Name Description
CompareTo Compare this frame to another for the purposes of sorting. (Inherited from ReplayFrame.)
GetBitmapAsync Retrieve and decode the bitmap contained in this frame. 
GetFrameDataAsync Used during replay to retrieve the uncompressed pixel data stored on disk for this frame. Pixels will be in BGRA32 format. 
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