HolographicViewConfiguration.SupportedDepthReprojectionMethods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.