KeplerVideoSurfaceView
これは、画面上にビデオフレームをレンダリングするReact Nativeコンポーネントです。このコンポーネントは、VideoPlayerコンポーネントを使用してプレバッファリングモードで動作している場合にのみ使用してください。このモードでは、複数のプレーヤーに異なるコンテンツを同時にプレバッファリングできます。アプリでは、onSurfaceViewCreatedイベントコールバックで渡されたサーフェスハンドルを、レンダリングする必要のあるビデオプレーヤーインスタンスに関連付けます。
拡張
React.Component
コンストラクタ
new KeplerVideoSurfaceView()
new KeplerVideoSurfaceView(
props): KeplerVideoSurfaceView
パラメーター
props
SurfaceViewProps
戻り値
メソッド
componentDidMount()
componentDidMount():
void
componentWillUnmount()
componentWillUnmount():
void
render()
render():
React.ReactNode
戻り値
React.ReactNode
Last updated: 2026年7月22日

