ReplayColorFrame Class (KinectEx.DVR)
A recordable / replayable version of a ColorFrame .
- 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 |
||
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. |
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. |
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
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