|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AudioData | |
---|---|
com.jme3.asset | com.jme3.asset contains the AssetManager ,
a utility class that is used to load assets such as textures, models, and
sound effects in a jME3 application. |
com.jme3.audio | |
com.jme3.audio.android | |
com.jme3.audio.lwjgl | |
com.jme3.util |
Uses of AudioData in com.jme3.asset |
---|
Methods in com.jme3.asset that return AudioData | |
---|---|
AudioData |
AssetManager.loadAudio(AudioKey key)
Load audio file, supported types are WAV or OGG. |
AudioData |
DesktopAssetManager.loadAudio(AudioKey key)
|
AudioData |
AssetManager.loadAudio(java.lang.String name)
Load audio file, supported types are WAV or OGG. |
AudioData |
DesktopAssetManager.loadAudio(java.lang.String name)
|
Uses of AudioData in com.jme3.audio |
---|
Subclasses of AudioData in com.jme3.audio | |
---|---|
class |
AudioBuffer
An AudioBuffer is an implementation of AudioData
where the audio is buffered (stored in memory). |
class |
AudioStream
AudioStream is an implementation of AudioData that
acquires the audio from an InputStream. |
Fields in com.jme3.audio declared as AudioData | |
---|---|
protected AudioData |
AudioNode.data
|
Methods in com.jme3.audio that return AudioData | |
---|---|
AudioData |
AudioNode.getAudioData()
|
Methods in com.jme3.audio with parameters of type AudioData | |
---|---|
void |
AudioRenderer.deleteAudioData(AudioData ad)
|
void |
AudioNode.setAudioData(AudioData audioData,
AudioKey audioKey)
Set the audio data to use for the audio. |
Constructors in com.jme3.audio with parameters of type AudioData | |
---|---|
AudioNode(AudioData audioData,
AudioKey audioKey)
Creates a new AudioNode with the given data and key. |
Uses of AudioData in com.jme3.audio.android |
---|
Subclasses of AudioData in com.jme3.audio.android | |
---|---|
class |
AndroidAudioData
|
Methods in com.jme3.audio.android with parameters of type AudioData | |
---|---|
void |
AndroidAudioRenderer.deleteAudioData(AudioData ad)
|
Uses of AudioData in com.jme3.audio.lwjgl |
---|
Methods in com.jme3.audio.lwjgl with parameters of type AudioData | |
---|---|
void |
LwjglAudioRenderer.deleteAudioData(AudioData ad)
|
Uses of AudioData in com.jme3.util |
---|
Methods in com.jme3.util that return AudioData | |
---|---|
static AudioData |
PlaceholderAssets.getPlaceholderAudio()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |