Package 

Interface PiPManager

  • All Implemented Interfaces:

    
    public interface PiPManager
    
                        

    The Picture-in-Picture manager which can be used to manage and gather information related to the PiP state of the player.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void enterPiP(PiPType pipType) Requests the THEOplayer to enter Picture-in-Picture using the specified PiPType.
      abstract void exitPiP() Requests the THEOplayer to exit Picture-in-Picture.
      abstract boolean isInPiP() Returns whether the THEOplayerView is in Picture-in-Picture.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • enterPiP

         abstract void enterPiP(PiPType pipType)

        Requests the THEOplayer to enter Picture-in-Picture using the specified PiPType.

        Parameters:
        pipType - The PiPType.
      • exitPiP

         abstract void exitPiP()

        Requests the THEOplayer to exit Picture-in-Picture.

      • isInPiP

         abstract boolean isInPiP()

        Returns whether the THEOplayerView is in Picture-in-Picture.