mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
Added #2259 Optional resampling sound to 44kHz on playback and on export
This commit is contained in:
@@ -43,6 +43,8 @@ public interface MediaDisplay extends Closeable {
|
||||
public boolean isPlaying();
|
||||
|
||||
public void setLoop(boolean loop);
|
||||
|
||||
public void setResample(boolean resample);
|
||||
|
||||
public void gotoFrame(int frame);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user