| /expo/packages/expo-file-system/src/__tests__/ |
| H A D | FileSystem-test.native.ts | 49 const downloadPauseState = await downloadResumable.pauseAsync(); 61 await expect(downloadResumable.pauseAsync()).rejects.toThrow();
|
| /expo/packages/expo-av/build/ |
| H A D | AV.d.ts | 100 pauseAsync(): Promise<AVPlaybackStatus>; method 160 pauseAsync(): Promise<AVPlaybackStatus>; constant
|
| H A D | Video.d.ts | 67 pauseAsync: () => Promise<AVPlaybackStatus>;
|
| H A D | AV.js | 182 async pauseAsync() { method
|
| H A D | Video.js | 166 pauseAsync; field in Video
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | VideoPlayer.tsx | 50 const pauseAsync = async () => video.current?.pauseAsync(); 77 await video.current?.pauseAsync(); 109 pauseAsync={pauseAsync}
|
| H A D | AudioPlayer.tsx | 112 this._sound?.pauseAsync(); 172 pauseAsync={this._pauseAsync}
|
| H A D | Recorder.tsx | 64 this._recorder!.pauseAsync();
|
| H A D | Player.tsx | 37 pauseAsync: () => void; 69 const _pause = () => props.pauseAsync();
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.d.ts | 167 pauseAsync(): Promise<RecordingStatus>;
|
| H A D | Sound.d.ts | 177 pauseAsync: () => Promise<AVPlaybackStatus>;
|
| H A D | Recording.js | 313 async pauseAsync() { method in Recording
|
| H A D | Sound.js | 279 pauseAsync; field in Sound
|
| /expo/packages/expo-av/src/ |
| H A D | AV.ts | 279 pauseAsync(): Promise<AVPlaybackStatus>; method 369 async pauseAsync(): Promise<AVPlaybackStatus> {
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 210 pauseAsync(): Promise<DownloadPauseState>;
|
| H A D | FileSystem.js | 396 async pauseAsync() { method in DownloadResumable
|
| /expo/apps/test-suite/tests/ |
| H A D | Recording.js | 271 await recordingObject.pauseAsync(); 286 await recordingObject.pauseAsync();
|
| H A D | Video.js | 696 await instance.pauseAsync(); 721 await instance.pauseAsync(); 857 await instance.pauseAsync();
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Recording.ts | 383 async pauseAsync(): Promise<RecordingStatus> { method in Recording
|
| H A D | Sound.ts | 427 pauseAsync!: () => Promise<AVPlaybackStatus>;
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | video.mdx | 55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | video.mdx | 55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | video.mdx | 55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | video.mdx | 55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | video.mdx | 55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
|