]> git.sesse.net Git - vlc/blobdiff - bindings/java/org/videolan/jvlc/PlaylistIntf.java
Java Bindings synched with lastest version.
[vlc] / bindings / java / org / videolan / jvlc / PlaylistIntf.java
index 9bb7141e3dc9c724d5df34b2629da2d614d3574e..cd45cb8b4f46fee68b58e6b943614cc8fc0148fc 100644 (file)
@@ -61,11 +61,6 @@ public interface PlaylistIntf {
      */
     int itemsCount() throws VLCException;
     
-    /**
-     * @return True if the current input is really playing
-     */
-    boolean inputIsPlaying() throws VLCException;
-    
     /**
      * Move to next item
      */
@@ -94,8 +89,5 @@ public interface PlaylistIntf {
      */
     void addExtended();
     
-    /**
-     * @return True if the current input has spawned a video output window
-     */
-    boolean inputHasVout() throws VLCException;
+
 }