The Android XR SDK is now available in Developer Preview. We want your feedback! Visit our
support page to reach out.
Stay organized with collections
Save and categorize content based on your preferences.
XRDisplayRefreshRateInfo
Contains the supported refresh rates and the current refresh rate.
Summary
Public attributes
CurrentRefreshRate
float Google::XR::Extensions::XRDisplayRefreshRateInfo::CurrentRefreshRate
The current refresh rate.
SupportedRefreshRates
float[] Google::XR::Extensions::XRDisplayRefreshRateInfo::SupportedRefreshRates
The display refresh rates supported by the device.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-12-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-12 UTC."],[],[],null,["# XRDisplayRefreshRateInfo Struct Reference\n\nXRDisplayRefreshRateInfo\n========================\n\nContains the supported refresh rates and the current refresh rate.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-------------------------------------------------|--------------------------------------------------------------|\n| [CurrentRefreshRate](#currentrefreshrate) | `float` The current refresh rate. |\n| [SupportedRefreshRates](#supportedrefreshrates) | `float[]` The display refresh rates supported by the device. |\n\nPublic attributes\n-----------------\n\n### CurrentRefreshRate\n\n```c#\nfloat Google::XR::Extensions::XRDisplayRefreshRateInfo::CurrentRefreshRate\n``` \nThe current refresh rate. \n\n### SupportedRefreshRates\n\n```c#\nfloat[] Google::XR::Extensions::XRDisplayRefreshRateInfo::SupportedRefreshRates\n``` \nThe display refresh rates supported by the device."]]