Package 

Class BrightcoveSeekBarController

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean dragging
    • Method Summary

      Modifier and Type Method Description
      void setDragging(boolean value) Sets the dragging state.
      boolean isDragging() Obtains the dragging state.
      void onAccessibilityStateChanged(boolean enabled) Called back on change in the accessibility state.
      void disableSeeking(boolean disableSeeking)
      • Methods inherited from class com.brightcove.player.event.AbstractComponent

        addListener, addOnceListener, getEventEmitter, removeListener, removeListeners
      • Methods inherited from class java.lang.Object

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

      • BrightcoveSeekBarController

        BrightcoveSeekBarController(BrightcoveSeekBar seekBar, BaseVideoView videoView)
        Builds the seek bar controller.
        Parameters:
        seekBar - The seek bar object being helped.
        videoView - The SDK base video view.
    • Method Detail

      • setDragging

         void setDragging(boolean value)

        Sets the dragging state.TRUE iff the User is currently performing a dragging operation.

      • isDragging

         boolean isDragging()

        Obtains the dragging state.

      • onAccessibilityStateChanged

         void onAccessibilityStateChanged(boolean enabled)

        Called back on change in the accessibility state.

        Parameters:
        enabled - Whether accessibility is enabled.