Home
last modified time | relevance | path

Searched refs:pauseAsync (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/expo-file-system/src/__tests__/
H A DFileSystem-test.native.ts49 const downloadPauseState = await downloadResumable.pauseAsync();
61 await expect(downloadResumable.pauseAsync()).rejects.toThrow();
/expo/packages/expo-av/build/
H A DAV.d.ts100 pauseAsync(): Promise<AVPlaybackStatus>; method
160 pauseAsync(): Promise<AVPlaybackStatus>; constant
H A DVideo.d.ts67 pauseAsync: () => Promise<AVPlaybackStatus>;
H A DAV.js182 async pauseAsync() { method
H A DVideo.js166 pauseAsync; field in Video
/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx50 const pauseAsync = async () => video.current?.pauseAsync();
77 await video.current?.pauseAsync();
109 pauseAsync={pauseAsync}
H A DAudioPlayer.tsx112 this._sound?.pauseAsync();
172 pauseAsync={this._pauseAsync}
H A DRecorder.tsx64 this._recorder!.pauseAsync();
H A DPlayer.tsx37 pauseAsync: () => void;
69 const _pause = () => props.pauseAsync();
/expo/packages/expo-av/build/Audio/
H A DRecording.d.ts167 pauseAsync(): Promise<RecordingStatus>;
H A DSound.d.ts177 pauseAsync: () => Promise<AVPlaybackStatus>;
H A DRecording.js313 async pauseAsync() { method in Recording
H A DSound.js279 pauseAsync; field in Sound
/expo/packages/expo-av/src/
H A DAV.ts279 pauseAsync(): Promise<AVPlaybackStatus>; method
369 async pauseAsync(): Promise<AVPlaybackStatus> {
/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts210 pauseAsync(): Promise<DownloadPauseState>;
H A DFileSystem.js396 async pauseAsync() { method in DownloadResumable
/expo/apps/test-suite/tests/
H A DRecording.js271 await recordingObject.pauseAsync();
286 await recordingObject.pauseAsync();
H A DVideo.js696 await instance.pauseAsync();
721 await instance.pauseAsync();
857 await instance.pauseAsync();
/expo/packages/expo-av/src/Audio/
H A DRecording.ts383 async pauseAsync(): Promise<RecordingStatus> { method in Recording
H A DSound.ts427 pauseAsync!: () => Promise<AVPlaybackStatus>;
/expo/docs/pages/versions/unversioned/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()

12