This method of the DirectSound3dBuffer Class retrieves the inside and outside angles of the sound projection cone for this sound buffer.
public void getConeAngles(int[] inCone, int[] outCone);
inCone | The inside angles of the sound projection cone. |
outCone | The outside angles of the sound projection cone. |