SurfaceHolderGlueHost
public interface SurfaceHolderGlueHost
VideoFragmentGlueHost |
This class is deprecated. |
VideoSupportFragmentGlueHost |
|
Optional interface to be implemented by any subclass of PlaybackGlueHost that contains a android.view.SurfaceView. This will allow subclass of PlaybackGlue to setup the surface holder callback during setHost.
| See also | |
|---|---|
setHost |
Summary
Public methods |
|
|---|---|
abstract void |
Sets the |
Public methods
setSurfaceHolderCallback
Added in 1.1.0
abstract void setSurfaceHolderCallback(@Nullable SurfaceHolder.Callback callback)
Sets the SurfaceHolder.Callback on the the host.