Interface ClientLocationalAudioChannel

All Superinterfaces:
ClientAudioChannel

public interface ClientLocationalAudioChannel extends ClientAudioChannel
  • Method Details

    • getLocation

      Position getLocation()
      Returns:
      the current location of the audio channel
    • setLocation

      void setLocation(Position position)
      Updates the location of the audio channel.
      Parameters:
      position - the location of the audio channel
    • getDistance

      float getDistance()
      Returns:
      the distance, the audio can be heard
    • setDistance

      void setDistance(float distance)
      Parameters:
      distance - the distance, the audio can be heard