- valueOf(String) - Static method in enum com.google.android.libraries.mediaframework.exoplayerextensions.Video.VideoType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.android.libraries.mediaframework.exoplayerextensions.Video.VideoType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Video - Class in com.google.android.libraries.mediaframework.exoplayerextensions
-
Represents a video that can be played by Exoplayer.
- Video(String, Video.VideoType) - Constructor for class com.google.android.libraries.mediaframework.exoplayerextensions.Video
-
- Video(String, Video.VideoType, String) - Constructor for class com.google.android.libraries.mediaframework.exoplayerextensions.Video
-
- video - Variable in class com.google.googlemediaframeworkdemo.demo.MainActivity.VideoListItem
-
The actual content video (contains its URL, media type - either DASH or mp4,
and an optional media type).
- Video.VideoType - Enum in com.google.android.libraries.mediaframework.exoplayerextensions
-
A list of available video formats which Exoplayer can play.
- VideoSurfaceLayer - Class in com.google.android.libraries.mediaframework.layeredvideo
-
Creates a view which can render video.
- VideoSurfaceLayer(boolean) - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.VideoSurfaceLayer
-
- VideoSurfaceView - Class in com.google.android.libraries.mediaframework.layeredvideo
-
A SurfaceView implementation that resizes itself according to a specified aspect ratio.
- VideoSurfaceView(Context) - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.VideoSurfaceView
-
- VideoSurfaceView(Context, AttributeSet) - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.VideoSurfaceView
-