Microsoft.Xna.Framework.Audio
Class AudioEmitter

java.lang.Object
  extended by Microsoft.Xna.Framework.Audio.AudioEmitter

public class AudioEmitter
extends java.lang.Object

Author:
Halofreak1990

Constructor Summary
AudioEmitter()
           
 
Method Summary
 float getDopplerScale()
          Gets a scalar applied to the level of Doppler effect calculated between this and any AudioListener.
 Vector3 getForward()
          Gets the forward orientation vector for this emitter.
 Vector3 getPosition()
          Gets the position of this emitter.
 Vector3 getUp()
          Gets the upward orientation vector for this emitter.
 Vector3 getVelocity()
          Gets the velocity vector of this emitter.
 void setDopplerScale(float value)
          Sets a scalar applied to the level of Doppler effect calculated between this and any AudioListener.
 void setForward(Vector3 value)
          Sets the forward orientation vector for this emitter.
 void setPosition(Vector3 value)
          Sets the position of this emitter.
 void setUp(Vector3 value)
          Sets the upward orientation vector for this emitter.
 void setVelocity(Vector3 value)
          Sets the velocity vector of this emitter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioEmitter

public AudioEmitter()
Method Detail

getDopplerScale

public float getDopplerScale()
Gets a scalar applied to the level of Doppler effect calculated between this and any AudioListener.


setDopplerScale

public void setDopplerScale(float value)
Sets a scalar applied to the level of Doppler effect calculated between this and any AudioListener.


getForward

public Vector3 getForward()
Gets the forward orientation vector for this emitter.


setForward

public void setForward(Vector3 value)
Sets the forward orientation vector for this emitter.


getPosition

public Vector3 getPosition()
Gets the position of this emitter.


setPosition

public void setPosition(Vector3 value)
Sets the position of this emitter.


getUp

public Vector3 getUp()
Gets the upward orientation vector for this emitter.


setUp

public void setUp(Vector3 value)
Sets the upward orientation vector for this emitter.


getVelocity

public Vector3 getVelocity()
Gets the velocity vector of this emitter.


setVelocity

public void setVelocity(Vector3 value)
Sets the velocity vector of this emitter.