Package com.jme3.cinematic.events
Class SoundTrack
java.lang.Object
com.jme3.cinematic.events.AbstractCinematicEvent
com.jme3.cinematic.events.SoundEvent
com.jme3.cinematic.events.SoundTrack
- All Implemented Interfaces:
CinematicEvent
,Savable
Deprecated.
use SoundEvent instead
A sound track to be played in a cinematic.
-
Field Summary
Fields inherited from class com.jme3.cinematic.events.SoundEvent
audioNode, path, stream
Fields inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
initialDuration, listeners, loopMode, playState, resuming, speed, time
-
Constructor Summary
ConstructorDescriptionDeprecated.SoundTrack
(String path) Deprecated.creates a sound track from the given resource pathSoundTrack
(String path, boolean stream) Deprecated.creates a sound track from the given resource pathSoundTrack
(String path, boolean stream, float initialDuration) Deprecated.SoundTrack
(String path, boolean stream, float initialDuration, LoopMode loopMode) Deprecated.SoundTrack
(String path, boolean stream, LoopMode loopMode) Deprecated.SoundTrack
(String path, float initialDuration) Deprecated.SoundTrack
(String path, float initialDuration, LoopMode loopMode) Deprecated.SoundTrack
(String path, LoopMode loopMode) Deprecated. -
Method Summary
Methods inherited from class com.jme3.cinematic.events.SoundEvent
getAudioNode, initEvent, onPause, onPlay, onStop, onUpdate, read, setLoopMode, setTime, write
Methods inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
addListener, dispose, forceStop, getDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, getTime, internalUpdate, pause, play, removeListener, setInitialDuration, setSpeed, stop
-
Constructor Details
-
SoundTrack
Deprecated.creates a sound track from the given resource path- Parameters:
path
- the path to an audio file (ie : "Sounds/mySound.wav")
-
SoundTrack
Deprecated.creates a sound track from the given resource path- Parameters:
path
- the path to an audio file (ie : "Sounds/mySound.wav")stream
- true to make the audio data streamed
-
SoundTrack
Deprecated. -
SoundTrack
Deprecated. -
SoundTrack
Deprecated. -
SoundTrack
Deprecated. -
SoundTrack
Deprecated. -
SoundTrack
Deprecated. -
SoundTrack
public SoundTrack()Deprecated.
-