Java javax.media.j3d BackgroundSound fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d BackgroundSound fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d BackgroundSound.

The text is from its open source code.

Constructor

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.

Method

voidsetEnable(boolean state)
Enable or disable sound.
voidsetLoop(int loopCount)
Sets a sound's loop count.
voidsetSchedulingBounds(Bounds region)
Set the Sound's scheduling region to the specified bounds.