Home
last modified time | relevance | path

Searched refs:replayAsync (Results 1 – 16 of 16) sorted by relevance

/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx52 const replayAsync = async () => video.current?.replayAsync();
110 replayAsync={replayAsync}
H A DAudioPlayer.tsx115 _replayAsync = async () => this._sound?.replayAsync();
173 replayAsync={this._replayAsync}
H A DPlayer.tsx38 replayAsync: () => void;
236 onPress: props.replayAsync,
/expo/packages/expo-av/build/
H A DAV.d.ts113 replayAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>; method
H A DVideo.d.ts51 replayAsync: (status?: AVPlaybackStatusToSet) => Promise<AVPlaybackStatus>;
H A DVideo.js137 replayAsync = async (status = {}) => { field in Video
H A DVideo.js.map1 …usForVideo(tag, status)\n );\n };\n\n /**\n * @hidden\n */\n replayAsync = async (status…
H A DAV.js.map1 …essfully,\n * or rejects if setting the new status failed.\n */\n replayAsync(status: AVPlayb…
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts174 replayAsync(status?: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>;
H A DSound.js266 async replayAsync(status = {}) { method in Sound
H A DSound.js.map1 …xponentAV.setStatusForSound(this._key, status)\n );\n }\n\n async replayAsync(status: AVPlayb…
/expo/packages/expo-av/src/
H A DAV.ts294 replayAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>; method
H A DVideo.tsx196 replayAsync = async (status: AVPlaybackStatusToSet = {}): Promise<AVPlaybackStatus> => {
/expo/packages/expo-av/src/Audio/
H A DSound.ts407 async replayAsync(status: AVPlaybackStatusToSet = {}): Promise<AVPlaybackStatus> { method in Sound
/expo/apps/test-suite/tests/
H A DVideo.js785 await instance.replayAsync();
809 await instance.replayAsync();
H A DAudio.js431 soundObject.replayAsync();