Microsoft SDK for Java

setAllParameters

This method of the DirectSound3dBuffer Class sets all 3D sound buffer parameters from a given DS3dBuffer that describes all aspects of the sound buffer at a moment in time.

Syntax

public void setAllParameters(DS3dBuffer buffer, int applyFlag);

Parameters

buffer The DS3dBuffer containing the information that describes the 3D characteristics of the sound buffer.
applyFlag Value indicating when the setting should be applied. This value must be one of the following:

DS3D_DEFERRED
DS3D_IMMEDIATE


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