| Interface | Description |
|---|---|
| VideoControlsCore |
An Interface that represents the core VideoControl functionality that
the
VideoView uses to inform the controls of updated states, etc. |
| Class | Description |
|---|---|
| FitsSystemWindowRelativeLayout |
A RelativeLayout that will abide by the fitsSystemWindows flag without
consuming the event since Android has been designed to only allow
one view with fitsSystemWindows=true at a time.
|
| VideoControls |
This is a simple abstraction for the
VideoView to have a single "View" to add
or remove for the Default Video Controls. |
| VideoControlsLeanback |
Provides playback controls for the
VideoView on TV devices. |
| VideoControlsMobile |
Provides playback controls for the
VideoView on Mobile
(Phone, Tablet, etc.) devices. |
| VideoView |
This is a support VideoView that will use the standard VideoView on devices below
JellyBean.
|