Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート

KeplerVideoSurfaceView

KeplerVideoSurfaceView

これは、画面上にビデオフレームをレンダリングするReact Nativeコンポーネントです。このコンポーネントは、VideoPlayerコンポーネントを使用してプレバッファリングモードで動作している場合にのみ使用してください。このモードでは、複数のプレーヤーに異なるコンテンツを同時にプレバッファリングできます。アプリでは、onSurfaceViewCreatedイベントコールバックで渡されたサーフェスハンドルを、レンダリングする必要のあるビデオプレーヤーインスタンスに関連付けます。

拡張

  • React.Component

コンストラクタ

new KeplerVideoSurfaceView()

new KeplerVideoSurfaceView(props): KeplerVideoSurfaceView

パラメーター

props

SurfaceViewProps

戻り値

KeplerVideoSurfaceView

メソッド

componentDidMount()

componentDidMount(): void


componentWillUnmount()

componentWillUnmount(): void


render()

render(): React.ReactNode

戻り値

React.ReactNode


Last updated: 2026年7月22日