Microsoft SDK for Java

DirectSound3dBuffer Class Methods

The DirectSound3dBuffer Class contains the following methods:

getAllParameters retrieves information that describes the 3D characteristics of a sound buffer at a given point in time.
getConeAngles retrieves the inside and outside angles of the sound projection cone for this sound buffer.
getConeOrientation retrieves the orientation of the sound projection cone for this sound buffer.
getConeOutsideVolume retrieves the current cone outside volume for this sound buffer.
getMaxDistance retrieves the current maximum distance for this sound buffer.
getMinDistance retrieves the current minimum distance for this sound buffer.
getMode retrieves the current operation mode for 3D sound processing.
getPosition retrieves the sound buffer's current position, in distance units.
getVelocity retrieves the current velocity for this sound buffer.
setAllParameters sets all 3D sound buffer parameters from a given DS3dBuffer that describes all aspects of the sound buffer at a moment in time.
setConeAngles sets the inside and outside angles of the sound projection cone for this sound buffer.
setConeOrientation sets the orientation of the sound projection cone for this sound buffer.
setConeOutsideVolume sets the current cone outside volume for this sound buffer.
setMaxDistance sets the current maximum distance value.
setMinDistance sets the current minimum distance value.
setMode sets the operation mode for 3D sound processing.
setPosition sets the sound buffer's current position, in distance units.
setVelocity sets the sound buffer's current velocity.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.