Share via


ReconstructionProcessingDeviceInfo.MemoryKB Property

Gets the amount of dedicated video memory on the GPU being used for reconstruction.

Syntax

public:
property int32 MemoryKB {
         int32 get ();
}
public int MemoryKB { get; }
var memoryKB = reconstructionProcessingDeviceInfo.memoryKB;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: int32
Type: int
Type: Number

 

The amount of dedicated video memory on the GPU being used for reconstruction.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

ReconstructionProcessingDeviceInfo Class
Microsoft.Kinect.Fusion Namespace