Class AbstractVLCEvent

    • Field Detail

      • type

        public final int type
      • arg1

        protected final long arg1
      • arg2

        protected final long arg2
      • argf1

        protected final float argf1
      • args1

        protected final String args1
    • Constructor Detail

      • AbstractVLCEvent

        public AbstractVLCEvent​(int type)
      • AbstractVLCEvent

        public AbstractVLCEvent​(int type,
                                long arg1)
      • AbstractVLCEvent

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

        public AbstractVLCEvent​(int type,
                                float argf)
      • AbstractVLCEvent

        public AbstractVLCEvent​(int type,
                                long arg1,
                                @Nullable
                                String args1)
    • Method Detail

      • release

        public void release()