Searched refs:setStatusAsync (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-av/build/ |
| H A D | AV.js | 172 return this.setStatusAsync({ shouldPlay: true }); 175 return this.setStatusAsync({ 183 return this.setStatusAsync({ shouldPlay: false }); 186 return this.setStatusAsync({ positionMillis: 0, shouldPlay: false }); 189 return this.setStatusAsync({ 196 return this.setStatusAsync({ 203 return this.setStatusAsync({ volume, audioPan }); 206 return this.setStatusAsync({ isMuted }); 209 return this.setStatusAsync({ isLooping }); 212 return this.setStatusAsync({ progressUpdateIntervalMillis });
|
| H A D | AV.js.map | 1 …setStatusAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>;\n\n /**\n * Gets the …
|
| H A D | AV.d.ts | 51 setStatusAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>;
|
| H A D | Video.d.ts | 47 setStatusAsync: (status: AVPlaybackStatusToSet) => Promise<AVPlaybackStatus>;
|
| H A D | Video.js | 130 setStatusAsync = async (status) => { field in Video
|
| H A D | Video.js.map | 1 …setStatusAsync = async (status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus> => {\n assert…
|
| H A D | AV.types.js.map | 1 …ean;\n};\n\n// @needsAudit\n/**\n * This is the structure passed to `setStatusAsync()` to modify t…
|
| /expo/packages/expo-av/src/ |
| H A D | AV.ts | 216 setStatusAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>; method 354 return (this as any as Playback).setStatusAsync({ shouldPlay: true }); 361 return (this as any as Playback).setStatusAsync({ 370 return (this as any as Playback).setStatusAsync({ shouldPlay: false }); 374 return (this as any as Playback).setStatusAsync({ positionMillis: 0, shouldPlay: false }); 381 return (this as any as Playback).setStatusAsync({ 393 return (this as any as Playback).setStatusAsync({ 401 return (this as any as Playback).setStatusAsync({ volume, audioPan }); 405 return (this as any as Playback).setStatusAsync({ isMuted }); 409 return (this as any as Playback).setStatusAsync({ isLooping }); [all …]
|
| H A D | Video.tsx | 186 setStatusAsync = async (status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus> => { 214 …* (such as `setStatusAsync()`, `getStatusAsync()`, or `unloadAsync()`), nd will also be called at … 217 …* Set `progressUpdateIntervalMillis` via `setStatusAsync()` or `setProgressUpdateIntervalAsync()` …
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Sound.d.ts | 173 setStatusAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus>;
|
| H A D | Sound.js | 262 async setStatusAsync(status) { method in Sound
|
| H A D | Sound.js.map | 1 …setStatusAsync()`, `getStatusAsync()`, or `unloadAsync()`), nd will also be called at regular inte…
|
| /expo/apps/test-suite/tests/ |
| H A D | Video.js | 554 await instance.setStatusAsync({ 586 await instance.setStatusAsync({ 738 await instance.setStatusAsync({ 762 await instance.setStatusAsync({ 797 await instance.setStatusAsync({
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Sound.ts | 400 async setStatusAsync(status: AVPlaybackStatusToSet): Promise<AVPlaybackStatus> { method in Sound
|