Class PlayerOptionsButtonController

All Implemented Interfaces:
AccessibilityListener, Component, ButtonController, RemoteControlKeyState

public class PlayerOptionsButtonController extends AbstractButtonController
The default Brightcove player options button controller.
  • Constructor Details

    • PlayerOptionsButtonController

      public PlayerOptionsButtonController(android.content.Context context, BaseVideoView videoView, BrightcoveControlBar controlBar, android.graphics.Typeface font, android.os.Bundle bundle)
      Builds a complete controller.
      Parameters:
      context - The given Android application context.
      videoView - The SDK video view used, possibly, to determine managed state asssociated with the button.
      controlBar - The layout widget to which the button will be added.
      font - the font
  • Method Details