| Class | Description |
|---|---|
| EMVideoView |
This is a support VideoView that will use the standard VideoView on devices below
JellyBean.
|
| 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 EMVideoView to have a single "View" to add
or remove for the Default Video Controls.
|
| VideoControlsLeanback |
Provides playback controls for the EMVideoView on TV devices.
|
| VideoControlsMobile |
Provides playback controls for the EMVideoView on Mobile
(Phone, Tablet, etc.) devices.
|