mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 15:42:46 +00:00
can be displayed refactoring
This commit is contained in:
@@ -225,6 +225,10 @@ public class DefineVideoStreamTag extends DrawableTag implements BoundedTag, Tim
|
||||
return getRect();
|
||||
}
|
||||
|
||||
public static boolean displayAvailable() {
|
||||
return SimpleMediaPlayer.isAvailable();
|
||||
}
|
||||
|
||||
private void initPlayer() {
|
||||
if (mediaPlayer != null) { // && !mediaPlayer.isFinished()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user