Microsoft SDK for Java

getConeOutsideVolume

This method of the DirectSound3dBuffer Class retrieves the current cone outside volume for this sound buffer.

Syntax

public void getConeOutsideVolume(int[] coneOutsideVolume);

Parameters

coneOutsideVolume The current cone outside volume for this buffer.

Remarks

Volume levels are represented by attenuation. Allowable values are between 0 (no attenuation) and -10,000 (silence). Amplification is not currently supported by DirectSound.

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