Home
last modified time | relevance | path

Searched refs:createNewLoadedSoundAsync (Results 1 – 5 of 5) sorted by relevance

/expo/apps/test-suite/tests/
H A DRecording.js425 await recordingObject.createNewLoadedSoundAsync();
437 await recordingObject.createNewLoadedSoundAsync();
452 await recordingObject.createNewLoadedSoundAsync();
470 const { sound } = await recordingObject.createNewLoadedSoundAsync();
501 await recordingObject.createNewLoadedSoundAsync();
/expo/packages/expo-av/build/Audio/
H A DRecording.js370 return this.createNewLoadedSoundAsync(initialStatus, onPlaybackStatusUpdate);
384 async createNewLoadedSoundAsync(initialStatus = {}, onPlaybackStatusUpdate = null) { method in Recording
H A DRecording.d.ts203createNewLoadedSoundAsync(initialStatus?: AVPlaybackStatusToSet, onPlaybackStatusUpdate?: ((status…
H A DRecording.js.map1createNewLoadedSoundAsync()` instead.\n */\n async createNewLoadedSound(\n initialStatus: AV…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts449 return this.createNewLoadedSoundAsync(initialStatus, onPlaybackStatusUpdate);
464 async createNewLoadedSoundAsync( method in Recording