HolographicDisplay.RefreshRate 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 refresh rate at which an app must present content to this holographic display.
public:
property double RefreshRate { double get(); };
double RefreshRate();
public double RefreshRate { get; }
var double = holographicDisplay.refreshRate;
Public ReadOnly Property RefreshRate As Double
Property Value
double
The refresh rate.
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
Remarks
Note that this refresh rate may be lower than the display panel's maximum refresh rate. This can occur if the system is configured to operate at a lower refresh rate—for example, based on user preferences for Windows Mixed Reality.
To observe dynamic changes to frame duration—for example, when Mixed Reality Capture (MRC) is enabled—inspect the HolographicFrame.Duration property.