Searched refs:prepareToRecordAsync (Results 1 – 18 of 18) sorted by relevance
93 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.HIGH_QUALITY);97 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);106 await recordingObject.prepareToRecordAsync({149 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);164 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);216 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);230 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);244 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);261 await recordingObject.prepareToRecordAsync(Audio.RecordingOptionsPresets.LOW_QUALITY);399 await recordingObject.prepareToRecordAsync(amrSettings);[all …]
166 await recording.prepareToRecordAsync({238 async prepareToRecordAsync(options = RecordingOptionsPresets.LOW_QUALITY) { method in Recording
1 …prepareToRecordAsync()` may perform additional checks on the parameter to make sure whether the sp…
135 prepareToRecordAsync(options?: RecordingOptions): Promise<RecordingStatus>;
1 …prepareToRecordAsync`\n * must be called in order to record audio. Once recording is finished, cal…
205 await recording.prepareToRecordAsync({281 async prepareToRecordAsync( method in Recording
48 await recordingObject.prepareToRecordAsync(options);
179 … application will improve your experience. Any options passed to `prepareToRecordAsync` will be pa…
186 … application will improve your experience. Any options passed to `prepareToRecordAsync` will be pa…
184 … application will improve your experience. Any options passed to `prepareToRecordAsync` will be pa…
1 …prepareToRecordAsync() before attempting to start an audio recording.'\n );\n }\n\n if …
638 …_NORECORDER", @"Recorder does not exist. Prepare it first using Audio.prepareToRecordAsync.", nil);
357 - Fix Audio prepareToRecordAsync after it failed once on iOS. ([#9612](https://github.com/expo/expo…