Home
last modified time | relevance | path

Searched refs:playAsync (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/expo-av/build/
H A DAV.d.ts68 playAsync(): Promise<AVPlaybackStatus>; method
158 playAsync(): Promise<AVPlaybackStatus>;
H A DVideo.d.ts65 playAsync: () => Promise<AVPlaybackStatus>;
H A DAV.js171 async playAsync() { method
H A DVideo.js164 playAsync; field in Video
/expo/apps/native-component-list/src/screens/AV/
H A DVideoPlayer.tsx48 const playAsync = async () => video.current?.playAsync();
108 playAsync={playAsync}
H A DAudioPlayer.tsx107 this._sound?.playAsync();
171 playAsync={this._playAsync}
H A DPlayer.tsx36 playAsync: () => void;
67 const _play = () => props.playAsync();
/expo/packages/expo-av/src/
H A DAV.ts236 playAsync(): Promise<AVPlaybackStatus>; method
353 async playAsync(): Promise<AVPlaybackStatus> { constant
/expo/apps/test-suite/tests/
H A DAudio.js418 await soundObject.playAsync();
427 await soundObject.playAsync();
454 await soundObject.playAsync();
458 await soundObject.playAsync();
H A DVideo.js711 await instance.playAsync();
719 await instance.playAsync();
723 await instance.playAsync();
750 await instance.playAsync();
/expo/packages/expo-av/build/Audio/
H A DSound.d.ts175 playAsync: () => Promise<AVPlaybackStatus>;
H A DSound.js277 playAsync; field in Sound
/expo/packages/expo-av/src/Audio/
H A DSound.ts422 playAsync!: () => Promise<AVPlaybackStatus>;
/expo/docs/pages/versions/unversioned/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
H A Daudio.mdx55 await /* @info */ sound.playAsync(); /* @end */
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
H A Daudio.mdx55 await /* @info */ sound.playAsync(); /* @end */
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
H A Daudio.mdx55 await /* @info */ sound.playAsync(); /* @end */
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
H A Daudio.mdx53 await /* @info */ sound.playAsync(); /* @end */
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dvideo.mdx55 status.isPlaying ? video.current.pauseAsync() : video.current.playAsync()
H A Daudio.mdx53 await /* @info */ sound.playAsync(); /* @end */
/expo/home/components/
H A DAudioPlayer.tsx89 playback.sound.playAsync();
/expo/apps/fabric-tester/
H A DApp.tsx108 video.current.playAsync();

12