VideoFragmentGlueHost
public
class
VideoFragmentGlueHost
extends PlaybackFragmentGlueHost
implements
SurfaceHolderGlueHost
java.lang.Object | |||
↳ | androidx.leanback.media.PlaybackGlueHost | ||
↳ | androidx.leanback.app.PlaybackFragmentGlueHost | ||
↳ | androidx.leanback.app.VideoFragmentGlueHost |
This class is deprecated.
use VideoSupportFragmentGlueHost
PlaybackGlueHost
implementation
the interaction between PlaybackGlue
and VideoFragment
.
Summary
Public constructors | |
---|---|
VideoFragmentGlueHost(VideoFragment fragment)
|
Public methods | |
---|---|
void
|
setSurfaceHolderCallback(SurfaceHolder.Callback callback)
Sets the |
Inherited methods | |
---|---|
Public constructors
VideoFragmentGlueHost
public VideoFragmentGlueHost (VideoFragment fragment)
Parameters | |
---|---|
fragment |
VideoFragment |
Public methods
setSurfaceHolderCallback
public void setSurfaceHolderCallback (SurfaceHolder.Callback callback)
Sets the SurfaceHolder.Callback
on the host.
PlaybackGlueHost
is assumed to either host the SurfaceHolder
or
have a reference to the component hosting it for rendering the video.
Parameters | |
---|---|
callback |
SurfaceHolder.Callback |