mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:11:59 +00:00
#841 Loop control for sound preview
This commit is contained in:
@@ -33,12 +33,16 @@ public interface MediaDisplay {
|
||||
|
||||
public void pause();
|
||||
|
||||
public void stop();
|
||||
|
||||
public void play();
|
||||
|
||||
public void rewind();
|
||||
|
||||
public boolean isPlaying();
|
||||
|
||||
public void setLoop(boolean loop);
|
||||
|
||||
public void gotoFrame(int frame);
|
||||
|
||||
public void setBackground(Color color);
|
||||
@@ -49,6 +53,8 @@ public interface MediaDisplay {
|
||||
|
||||
public BufferedImage printScreen();
|
||||
|
||||
public boolean loopAvailable();
|
||||
|
||||
public boolean screenAvailable();
|
||||
|
||||
public boolean zoomAvailable();
|
||||
|
||||
Reference in New Issue
Block a user