Microsoft SDK for Java

getConeAngles

This method of the DirectSound3dBuffer Class retrieves the inside and outside angles of the sound projection cone for this sound buffer.

Syntax

public void getConeAngles(int[] inCone, int[] outCone);

Parameters

inCone The inside angles of the sound projection cone.
outCone The outside angles of the sound projection cone.

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