Class PictureInPictureButtonController

All Implemented Interfaces:
AccessibilityListener, Component, ButtonController, RemoteControlKeyState

public class PictureInPictureButtonController extends AbstractButtonController
The default Brightcove picture-in-picture button controller. This class is responsible for entering the video into picture-in-picture mode in response to user interactions (button clicks).
  • Constructor Details

    • PictureInPictureButtonController

      public PictureInPictureButtonController(android.content.Context context, BaseVideoView videoView, BrightcoveControlBar controlBar, android.graphics.Typeface font, android.os.Bundle bundle)
      Builds a picture in picture button controller object.
      Parameters:
      context - The Android application context.
      videoView - the SDK video view object.
      controlBar - The button widget parent view.
      font - The, possibly null, typeface for the button.
  • Method Details