Searched refs:createNewLoadedSoundAsync (Results 1 – 5 of 5) sorted by relevance
425 await recordingObject.createNewLoadedSoundAsync();437 await recordingObject.createNewLoadedSoundAsync();452 await recordingObject.createNewLoadedSoundAsync();470 const { sound } = await recordingObject.createNewLoadedSoundAsync();501 await recordingObject.createNewLoadedSoundAsync();
370 return this.createNewLoadedSoundAsync(initialStatus, onPlaybackStatusUpdate);384 async createNewLoadedSoundAsync(initialStatus = {}, onPlaybackStatusUpdate = null) { method in Recording
203 …createNewLoadedSoundAsync(initialStatus?: AVPlaybackStatusToSet, onPlaybackStatusUpdate?: ((status…
1 …createNewLoadedSoundAsync()` instead.\n */\n async createNewLoadedSound(\n initialStatus: AV…
449 return this.createNewLoadedSoundAsync(initialStatus, onPlaybackStatusUpdate);464 async createNewLoadedSoundAsync( method in Recording