-
- All Implemented Interfaces:
-
com.brightcove.player.event.Component
@ListensFor(events = {EventType.AUDIO_TRACKS, EventType.ENTER_TV_MODE, EventType.HIDE_PLAYER_OPTIONS})@Emits(events = {EventType.AUDIO_TRACKS_DIALOG_OK, EventType.SELECT_AUDIO_TRACK}) public class BrightcoveAudioTracksController extends AbstractComponent
A controller class for managing audio tracks dialog windows.
-
-
Constructor Summary
Constructors Constructor Description BrightcoveAudioTracksController(BaseVideoView videoView, Context context)
Constructor
-
Method Summary
Modifier and Type Method Description void
showAudioTracksDialog()
Helper that prepares the audio tracks dialog with the currentstate and displays the dialog over the video player. -
-
Constructor Detail
-
BrightcoveAudioTracksController
BrightcoveAudioTracksController(BaseVideoView videoView, Context context)
Constructor- Parameters:
videoView
- A video view in charge of media playback.context
- The context of the main application's activity.
-
-
Method Detail
-
showAudioTracksDialog
void showAudioTracksDialog()
Helper that prepares the audio tracks dialog with the currentstate and displays the dialog over the video player.
-
-
-
-