SurfaceHolderGlueHost

public interface SurfaceHolderGlueHost


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 SurfaceHolder.Callback on the the host.

Public methods

setSurfaceHolderCallback

Added in 1.1.0
abstract void setSurfaceHolderCallback(@Nullable SurfaceHolder.Callback callback)

Sets the SurfaceHolder.Callback on the the host.