This site has been permanently archived. The content on this site was last updated in 2019.
GvrAudioEngine.DistanceRolloffModel
Stay organized with collections
Save and categorize content based on your preferences.
Defines constants representing different distance effect rolloff models.
Constants
int |
LINEAR |
Linear distance rolloff model. |
int |
LOGARITHMIC |
Logarithmic distance rolloff model. |
int |
NONE |
No distance rolloff will be applied. |
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
LINEAR
Linear distance rolloff model.
Constant Value:
1
public
static
final
int
LOGARITHMIC
Logarithmic distance rolloff model.
Constant Value:
0
public
static
final
int
NONE
No distance rolloff will be applied.
Constant Value:
2
Public Constructors
public
GvrAudioEngine.DistanceRolloffModel
()
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2018-10-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2018-10-29 UTC."}