Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

KeplerVideoSurfaceView

This is a react native component that Renders video frames on the screen. Use this component only when operating in pre-buffering mode using the 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

KeplerVideoSurfaceView

Methods

componentDidMount()

componentDidMount(): void


componentWillUnmount()

componentWillUnmount(): void


render()

render(): React.ReactNode

Returns

React.ReactNode


Last updated: Jul 22, 2026