See: Description
| Interface | Description |
|---|---|
| BrightcoveMediaControlRegistry |
Defines the interface for managing a collection of controllers for
media control buttons which use an icon fontset to present the
button operation via a glyph defined by the font.
|
| ShowHideController |
Defines the facilities for managing media controls visibility.
|
| Class | Description |
|---|---|
| BrightcoveControlBar |
Provides a control bar wrapper class.
|
| BrightcoveMediaController |
The default Brightcove media controller patterned on the Brightcove Web Player.
|
| BrightcoveMediaControlRegistryImpl |
Provides a button controller registry where collections of button controllers are managed.
|
| BrightcoveSeekBar |
Provides a seek bar object that also manages arbitrary markers for chapters, ads or some other purpose.
|
| BrightcoveSeekBarController |
Abstracts the seekbar operations and provides a helper class for the seekbar in general.
|
| BrightcoveShowHideController |
Abstracts the show/hide operations.
|
.../res/values/colors.xml. The color names and their default values
are:
| Color Name | Color Value | Description |
|---|---|---|
bmc_seekbar_played |
#d52484 | The primary progress color. Indicates how much of the video has played. |
bmc_seekbar_buffered |
white_semi_trans | The secondary progress color. Indicates how much of the video has been buffered. |
bmc_seekbar_track |
white_semi_trans | The seekbar background color. Indicates how much of the video remains to be buffered and played. |
bmc_seekbar_thumb_center |
white | The seekbar thumb button view center color. |
bmc_seekbar_thumb_outside |
white_semi_trans | The seekbar thumb view outer color. |
bmc_seekbar_marker |
white_semi_trans | The seekbar marker color. |
bmc_button |
white_almost_opaque | The default media button foreground color. |
bmc_time_text |
white_almost_opaque | The default time text view foreground color. |
bmc_background |
black_semi_trans | The media controller background color. |
colors.xml file that modifies the sekbar progress colors to transparent magenta/black/blue.
| Button Name/ID | Default Icon | Description |
|---|---|---|
play |
fa-play | The play button. The button shows this face when the video is paused or stopped. |
pause |
fa-pause | The alternate face presented when the video is playing. |
rewind |
fa-undo | The rewind button. When clicked, causes the video to replay the last few seconds of the video. Defaults to three seconds. |
captions |
fa-cc | The captions button. Brings up a dialog for the User to select a closed captions option. |
enter_full_screen |
fa-expand | The enter full screen button. Causes the video to play using the entire screen. |
exit_full_screen |
fa-compress | The exit full screen button. Causes the video to return to it's default size. |