Searched refs:playerId (Results 1 – 4 of 4) sorted by relevance
21 const playerId = getPlayerId(player);22 … return React.createElement(NativeVideoView, { ...props, player: playerId, ref: this.nativeRef });
1 …ops } = this.props;\n const playerId = getPlayerId(player);\n\n return <NativeVideoView {...…
52 auto playerId = args[0].asNumber(); in installJSIBindings() local54 auto mediaPlayer = getMediaPlayerById(static_cast<int>(playerId)); in installJSIBindings()56 auto message = "Sound Instance with ID " + std::to_string(playerId) + in installJSIBindings()64 std::to_string(playerId) + "..."; in installJSIBindings()
28 const playerId = getPlayerId(player);30 return <NativeVideoView {...props} player={playerId} ref={this.nativeRef} />;