Home
last modified time | relevance | path

Searched refs:playerId (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-video/build/
H A DVideoView.js21 const playerId = getPlayerId(player);
22 … return React.createElement(NativeVideoView, { ...props, player: playerId, ref: this.nativeRef });
H A DVideoView.js.map1 …ops } = this.props;\n const playerId = getPlayerId(player);\n\n return <NativeVideoView {...…
/expo/packages/expo-av/android/src/main/cpp/
H A DJAVManager.cpp52 auto playerId = args[0].asNumber(); in installJSIBindings() local
54 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()
/expo/packages/expo-video/src/
H A DVideoView.tsx28 const playerId = getPlayerId(player);
30 return <NativeVideoView {...props} player={playerId} ref={this.nativeRef} />;