Interface | Description |
---|---|
Layer |
Creates a custom view which can be added on top of a LayerManager.
|
PlaybackControlLayer.FullscreenCallback |
In order to imbue the
PlaybackControlLayer with the ability make the player fullscreen,
a PlaybackControlLayer.FullscreenCallback must be assigned to it. |
PlaybackControlLayer.PlayCallback |
The
PlaybackControlLayer.PlayCallback implementation will be called when the player
plays the video (e.g. |
Class | Description |
---|---|
LayerManager |
This is the basis for building a layered video player
(i.e.
|
PlaybackControlLayer |
A
Layer that creates a customizable view for controlling video playback. |
SimpleVideoPlayer |
A video player which includes subtitle support and a customizable UI for playback control.
|
SubtitleLayer |
Creates a view which displays subtitles.
|
Util |
Contains utility functions which are used by a number of other classes.
|
VideoSurfaceLayer |
Creates a view which can render video.
|
VideoSurfaceView |
A SurfaceView implementation that resizes itself according to a specified aspect ratio.
|