|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vwp.vuapi.sound.NonSpatialSound
public class NonSpatialSound
| Field Summary | |
|---|---|
String |
FileURL
The URL of the soundfile that is replayed |
PlayThread |
playInstance
|
double |
radius
The radius from the sound sources center position that defines the area where the sound can be heared |
int |
volume
The volume of the sound at the center position of the sound source |
double |
x
The x, y and z coordinates of the sound sources position within a world |
double |
y
The x, y and z coordinates of the sound sources position within a world |
double |
z
The x, y and z coordinates of the sound sources position within a world |
| Constructor Summary | |
|---|---|
NonSpatialSound(String FileURL,
double x,
double y,
double z,
double radius,
int volume)
This constructor normally doesn't has to be used by an application, it is called by the API-internal functions only |
|
NonSpatialSound(String FileURL,
double x,
double y,
double z,
double radius,
int volume,
long ID)
This constructor doesn't has to be used by an application, it is called by the API-internal functions only |
|
| Method Summary | |
|---|---|
long |
getID()
Get the unique ID of this sound |
void |
set(double x,
double y,
double z,
double radius,
int volume)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String FileURL
public double x
public double y
public double z
public double radius
public int volume
public PlayThread playInstance
| Constructor Detail |
|---|
public NonSpatialSound(String FileURL,
double x,
double y,
double z,
double radius,
int volume)
public NonSpatialSound(String FileURL,
double x,
double y,
double z,
double radius,
int volume,
long ID)
| Method Detail |
|---|
public long getID()
public void set(double x,
double y,
double z,
double radius,
int volume)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||