This site has been permanently archived. The content on this site was last updated in 2019.
GvrApi.Feature
Stay organized with collections
Save and categorize content based on your preferences.
Constants that represent non-universal GVR features.
Inherited Methods
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Constants
public
static
final
int
ASYNC_REPROJECTION
public
static
final
int
EXTERNAL_SURFACE
public
static
final
int
HARDWARE_BUFFERS
public
static
final
int
HEAD_POSE_6DOF
public
static
final
int
MULTIVIEW
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 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-10-09 UTC."],[[["\u003cp\u003e\u003ccode\u003eGvrApi.Feature\u003c/code\u003e provides constants representing optional Google VR features, not all devices support them.\u003c/p\u003e\n"],["\u003cp\u003eThese constants include ASYNC_REPROJECTION, EXTERNAL_SURFACE, HARDWARE_BUFFERS, HEAD_POSE_6DOF, and MULTIVIEW.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use \u003ccode\u003eGvrApi.Feature\u003c/code\u003e to query a device's supported features and tailor their VR experience accordingly.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits standard methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e such as \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003ehashCode\u003c/code\u003e, and \u003ccode\u003etoString\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `GvrApi.Feature` class defines constants for non-universal GVR features, including `ASYNC_REPROJECTION` (0), `EXTERNAL_SURFACE` (2), `HARDWARE_BUFFERS` (4), `HEAD_POSE_6DOF` (3), and `MULTIVIEW` (1). It also has a public constructor `GvrApi.Feature()`. Additionally, it inherits standard methods from `java.lang.Object` like `equals`, `getClass`, `hashCode`, `toString`, `notify`, `notifyAll`, and `wait`.\n"],null,["# GvrApi.Feature\n\npublic static abstract class **GvrApi.Feature** \nConstants that represent non-universal GVR features. \n\n### Constants\n\n|-----|------------------------------------------------------------------------------------------------------|---|\n| int | [ASYNC_REPROJECTION](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#ASYNC_REPROJECTION) | |\n| int | [EXTERNAL_SURFACE](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#EXTERNAL_SURFACE) | |\n| int | [HARDWARE_BUFFERS](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#HARDWARE_BUFFERS) | |\n| int | [HEAD_POSE_6DOF](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#HEAD_POSE_6DOF) | |\n| int | [MULTIVIEW](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#MULTIVIEW) | |\n\n### Public Constructors\n\n|---|--------------------------------------------------------------------------------------------------|\n| | [GvrApi.Feature](/vr/reference/android/com/google/vr/ndk/base/GvrApi.Feature#GvrApi.Feature())() |\n\n### Inherited Methods\n\nFrom class java.lang.Object \n\n|-----------------------------------------------------------------------------|---------------------------------------------------------------------------------|\n| boolean | equals([Object](https://developer.android.com/reference/java/lang/Object) arg0) |\n| final [Class](https://developer.android.com/reference/java/lang/Class)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](https://developer.android.com/reference/java/lang/String) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nConstants\n---------\n\n#### public static final int\n**ASYNC_REPROJECTION**\n\n\u003cbr /\u003e\n\nConstant Value: 0 \n\n#### public static final int\n**EXTERNAL_SURFACE**\n\n\u003cbr /\u003e\n\nConstant Value: 2 \n\n#### public static final int\n**HARDWARE_BUFFERS**\n\n\u003cbr /\u003e\n\nConstant Value: 4 \n\n#### public static final int\n**HEAD_POSE_6DOF**\n\n\u003cbr /\u003e\n\nConstant Value: 3 \n\n#### public static final int\n**MULTIVIEW**\n\n\u003cbr /\u003e\n\nConstant Value: 1\n\nPublic Constructors\n-------------------\n\n#### public\n**GvrApi.Feature**\n()\n\n\u003cbr /\u003e"]]