A B C D E G H I L M O P R S T U V W 

S

seekTo(int) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
Move the seek head to the given position.
setAutoplay(boolean) - Method in class com.google.android.libraries.mediaframework.layeredvideo.VideoSurfaceLayer
Sets whether the video should start playing as soon as the surface is created.
setBackgrounded(boolean) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
 
setCaptionListener(ExoplayerWrapper.CaptionListener) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
 
setChromeColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Sets the color of the top chrome, bottom chrome, and background.
setChromeColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Sets the color of the top chrome, bottom chrome, and background.
setChromeColor(int) - Method in class com.google.googlemediaframeworkdemo.demo.adplayer.ImaPlayer
Sets the color of the top chrome, bottom chrome, and background.
setControlColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Sets the color of the buttons and seek bar.
setFullscreen(boolean) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Make the player enter or leave fullscreen mode.
setFullscreen(boolean) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Make the player enter or leave fullscreen mode.
setFullscreenCallback(PlaybackControlLayer.FullscreenCallback) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Set the callback which will be called when the player enters and leaves fullscreen mode.
setFullscreenCallback(PlaybackControlLayer.FullscreenCallback) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Set the callback which will be called when the player enters and leaves fullscreen mode.
setFullscreenCallback(PlaybackControlLayer.FullscreenCallback) - Method in class com.google.googlemediaframeworkdemo.demo.adplayer.ImaPlayer
Set the callback which will be called when the player enters and leaves fullscreen mode.
setInfoListener(ExoplayerWrapper.InfoListener) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
Set a listener to respond to media format changes, bandwidth samples, load events, and dropped frames.
setInternalErrorListener(ExoplayerWrapper.InternalErrorListener) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
Set a listener to respond to errors within Exoplayer.
setLogoImage(Drawable) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Set the logo with appears in the left of the top chrome.
setLogoImage(Drawable) - Method in class com.google.googlemediaframeworkdemo.demo.adplayer.ImaPlayer
Set the logo with appears in the left of the top chrome.
setLogoImageView(Drawable) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Set the logo with appears in the left of the top chrome.
setMetadataListener(ExoplayerWrapper.Id3MetadataListener) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
 
setPlaybackControlColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Sets the color of the buttons and seek bar.
setPlaybackControlColor(int) - Method in class com.google.googlemediaframeworkdemo.demo.adplayer.ImaPlayer
Sets the color of the buttons and seek bar.
setPlayCallback(PlaybackControlLayer.PlayCallback) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Set play callback
setPlayCallback(PlaybackControlLayer.PlayCallback) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Set the callback which will be called when the player plays video.
setPlayPause(boolean) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Play or pause the player.
setPlayWhenReady(boolean) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
Set whether the player should begin as soon as it is setup.
setSeekbarColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Sets the color of the seekbar.
setSeekbarColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Sets the color of the seekbar.
setSelectedTrack(int, int) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
 
setSurface(Surface) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
 
setTextColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Sets the color of the text views
setTextColor(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Sets the color of the text views
setTextListener(ExoplayerWrapper.TextListener) - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ExoplayerWrapper
Set the listener which responds to incoming text (ex subtitles or captions).
setVideoTitle(String) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Set the title of the video in the left of the top chrome (to the right of the logo).
setVideoTitle(String) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Set the title of the video in the left of the top chrome (to the right of the logo).
setVideoWidthHeightRatio(float) - Method in class com.google.android.libraries.mediaframework.layeredvideo.VideoSurfaceView
Set the aspect ratio that this VideoSurfaceView should satisfy.
setVisibility(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.SubtitleLayer
Show or hide the subtitles.
shouldBePlaying() - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Returns whether the player should be playing (based on whether the user has tapped pause or play).
shouldBePlaying() - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Returns whether the player should be playing (based on whether the user has tapped pause or play).
show(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Add the playback control layer back to the container.
show() - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Add the playback control layer back to the container.
show() - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Add the playback control layer back to the container.
showTopChrome() - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Shows the top chrome (which displays the logo, title, and action buttons).
showTopChrome() - Method in class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
Shows the top chrome (which displays the logo, title, and action buttons).
SimpleVideoPlayer - Class in com.google.android.libraries.mediaframework.layeredvideo
A video player which includes subtitle support and a customizable UI for playback control.
SimpleVideoPlayer(Activity, FrameLayout, Video, String, boolean) - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
 
SimpleVideoPlayer(Activity, FrameLayout, Video, String, boolean, int, PlaybackControlLayer.FullscreenCallback) - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.SimpleVideoPlayer
 
start() - Method in class com.google.android.libraries.mediaframework.exoplayerextensions.ObservablePlayerControl
Play the video and notify the callbacks.
stringForTime(int) - Method in class com.google.android.libraries.mediaframework.layeredvideo.PlaybackControlLayer
Format the milliseconds to HH:MM:SS or MM:SS format.
SubtitleLayer - Class in com.google.android.libraries.mediaframework.layeredvideo
Creates a view which displays subtitles.
SubtitleLayer() - Constructor for class com.google.android.libraries.mediaframework.layeredvideo.SubtitleLayer
 
A B C D E G H I L M O P R S T U V W