VideoPlayer
component, where more than one player can be pre-buffered simultaneously with
different contents. The app then attaches the surface handle passed by the
onSurfaceViewCreated event callback to the video player instance that needs
to be rendered.
Extends
React.Component
Constructors
new KeplerVideoSurfaceView()
new KeplerVideoSurfaceView(props): KeplerVideoSurfaceView
Parameters
props
SurfaceViewProps
Returns
KeplerVideoSurfaceViewMethods
componentDidMount()
componentDidMount():void
componentWillUnmount()
componentWillUnmount():void
render()
render():React.ReactNode
Returns
React.ReactNode

