Package 

Interface ShowHideController


  • 
    public interface ShowHideController
    
                        

    Defines the facilities for managing media controls visibility. After showing or hiding media controls, a DID_SHOW_MEDIA_CONTROLS or DID_HIDE_MEDIA_CONTROLS SDK event will be emitted with event properties containing the current animation style and timeout value. To determine programmatically if the Brighcove media controls are being displayed, the isShowing() method can be used.

    • Method Summary

      Modifier and Type Method Description
      abstract void show() Shows the media controls.
      abstract void hide() Hides the media controls.
      abstract boolean isShowing() Determines whether or not the media controls are showing.
      • Methods inherited from class java.lang.Object

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

      • show

         abstract void show()

        Shows the media controls.

      • hide

         abstract void hide()

        Hides the media controls.

      • isShowing

         abstract boolean isShowing()

        Determines whether or not the media controls are showing.