HolographicViewConfiguration.SupportedDepthReprojectionMethods Property

Definition

Gets the list of depth reprojection modes which are supported for this HolographicViewConfiguration.

public:
 property IVectorView<HolographicDepthReprojectionMethod> ^ SupportedDepthReprojectionMethods { IVectorView<HolographicDepthReprojectionMethod> ^ get(); };
IVectorView<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods();
public IReadOnlyList<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods { get; }
var iVectorView = holographicViewConfiguration.supportedDepthReprojectionMethods;
Public ReadOnly Property SupportedDepthReprojectionMethods As IReadOnlyList(Of HolographicDepthReprojectionMethod)

Property Value

A read-only list of depth reprojection modes.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Remarks

Set the reprojection mode of a Holographic camera by setting the DepthReprojectionMethod property on the HolographicCameraRenderingParameters associated with the camera for a given HolographicFrame.

Applies to