Home
last modified time | relevance | path

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

/expo/apps/test-suite/tests/
H A DRecording.js333 await recordingObject.createNewLoadedSound();
345 await recordingObject.createNewLoadedSound();
360 await recordingObject.createNewLoadedSound();
378 const { sound } = await recordingObject.createNewLoadedSound();
408 await recordingObject.createNewLoadedSound();
/expo/packages/expo-av/build/Audio/
H A DRecording.d.ts190createNewLoadedSound(initialStatus?: AVPlaybackStatusToSet, onPlaybackStatusUpdate?: ((status: AVP…
H A DRecording.js368 async createNewLoadedSound(initialStatus = {}, onPlaybackStatusUpdate = null) { method in Recording
H A DRecording.js.map1createNewLoadedSound(\n initialStatus: AVPlaybackStatusToSet = {},\n onPlaybackStatusUpdate:…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts442 async createNewLoadedSound( method in Recording