Example usage for Java javax.media.j3d BackgroundSound fields, constructors, methods, implement or subclass
The text is from its open source code.
BackgroundSound(MediaContainer soundData, float initialGain) Constructs a BackgroundSound node object using only the provided parameter values for sound data and sample gain. | |
BackgroundSound() Constructs a new BackgroundSound node using the default parameters for Sound nodes. |
void | setEnable(boolean state) Enable or disable sound. |
void | setLoop(int loopCount) Sets a sound's loop count. |
void | setSchedulingBounds(Bounds region) Set the Sound's scheduling region to the specified bounds. |