|
@@ -1,5 +1,5 @@
|
|
/*
|
|
/*
|
|
- * Copyright (c) 2009-2021 jMonkeyEngine
|
|
|
|
|
|
+ * Copyright (c) 2009-2025 jMonkeyEngine
|
|
* All rights reserved.
|
|
* All rights reserved.
|
|
*
|
|
*
|
|
* Redistribution and use in source and binary forms, with or without
|
|
* Redistribution and use in source and binary forms, with or without
|
|
@@ -317,6 +317,10 @@ public class AudioNode extends Node implements AudioSource {
|
|
data = audioData;
|
|
data = audioData;
|
|
this.audioKey = audioKey;
|
|
this.audioKey = audioKey;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public AudioKey getAudioKey() {
|
|
|
|
+ return audioKey;
|
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
/**
|
|
* @return The {@link AudioData} set previously with
|
|
* @return The {@link AudioData} set previously with
|