Class VRButtonController

All Implemented Interfaces:
AccessibilityListener, Component, ButtonController, RemoteControlKeyState

public class VRButtonController extends AbstractButtonController
The default Brightcove VR mode button controller. This class is responsible for toggling the video between Video 360 view and VR view.
  • Constructor Details

    • VRButtonController

      public VRButtonController(android.content.Context context, BaseVideoView videoView, BrightcoveControlBar controlBar, android.graphics.Typeface font)
      Builds a VR 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