Package 

Class AbstractVLCEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public interface AbstractVLCEvent.Listener

      Listener for libvlc events

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final int type
    • Method Summary

      Modifier and Type Method Description
      void release()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractVLCEvent

        AbstractVLCEvent(int type)
      • AbstractVLCEvent

        AbstractVLCEvent(int type, long arg1)
      • AbstractVLCEvent

        AbstractVLCEvent(int type, long arg1, long arg2)
      • AbstractVLCEvent

        AbstractVLCEvent(int type, float argf)
      • AbstractVLCEvent

        AbstractVLCEvent(int type, long arg1, String args1)