Class MediaPlayer.Event

    • Constructor Detail

      • Event

        protected Event​(int type)
      • Event

        protected Event​(int type,
                        long arg1)
      • Event

        protected Event​(int type,
                        long arg1,
                        long arg2)
      • Event

        protected Event​(int type,
                        float argf)
      • Event

        protected Event​(int type,
                        long arg1,
                        @Nullable
                        String args1)
    • Method Detail

      • getTimeChanged

        public long getTimeChanged()
      • getLengthChanged

        public long getLengthChanged()
      • getPositionChanged

        public float getPositionChanged()
      • getVoutCount

        public int getVoutCount()
      • getEsChangedType

        public int getEsChangedType()
      • getEsChangedID

        public int getEsChangedID()
      • getPausable

        public boolean getPausable()
      • getSeekable

        public boolean getSeekable()
      • getBuffering

        public float getBuffering()
      • getRecording

        public boolean getRecording()
      • getRecordPath

        @Nullable
        public String getRecordPath()