VideoSupportFragmentGlueHost
open class VideoSupportFragmentGlueHost : PlaybackSupportFragmentGlueHost, SurfaceHolderGlueHost
kotlin.Any | |||
↳ | androidx.leanback.media.PlaybackGlueHost | ||
↳ | androidx.leanback.app.PlaybackSupportFragmentGlueHost | ||
↳ | androidx.leanback.app.VideoSupportFragmentGlueHost |
PlaybackGlueHost
implementation the interaction between PlaybackGlue
and VideoSupportFragment
.
Summary
Public constructors |
|
---|---|
<init>(fragment: VideoSupportFragment!) |
Public methods |
|
---|---|
open Unit |
setSurfaceHolderCallback(callback: Callback!) Sets the |
Inherited functions |
|
---|---|
Public constructors
<init>
VideoSupportFragmentGlueHost(fragment: VideoSupportFragment!)
Public methods
setSurfaceHolderCallback
open fun setSurfaceHolderCallback(callback: Callback!): Unit
Sets the android.view.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.