Class ShadowVideoView

    • Constructor Detail

      • ShadowVideoView

        public ShadowVideoView()
    • Method Detail

      • setVideoPath

        @Implementation
        protected void setVideoPath​(String path)
      • setVideoURI

        @Implementation
        protected void setVideoURI​(Uri uri)
      • start

        @Implementation
        protected void start()
      • stopPlayback

        @Implementation
        protected void stopPlayback()
      • suspend

        @Implementation
        protected void suspend()
      • pause

        @Implementation
        protected void pause()
      • resume

        @Implementation
        protected void resume()
      • isPlaying

        @Implementation
        protected boolean isPlaying()
      • canPause

        @Implementation
        protected boolean canPause()
      • seekTo

        @Implementation
        protected void seekTo​(int msec)
      • getCurrentPosition

        @Implementation
        protected int getCurrentPosition()
      • getDuration

        @Implementation
        protected int getDuration()
      • getVideoPath

        public String getVideoPath()
        Returns:
        Video path.
      • getVideoURIString

        public String getVideoURIString()
        Returns:
        Video URI.
      • getCurrentVideoState

        public int getCurrentVideoState()
        Returns:
        Current video state.
      • getPrevVideoState

        public int getPrevVideoState()
        Returns:
        Previous video state.
      • setDuration

        public void setDuration​(int duration)