Searched refs:recordAsync (Results 1 – 7 of 7) sorted by relevance
281 const recordingPromise = instance.recordAsync();294 .recordAsync({313 const response = await instance.recordAsync({ maxDuration: 2 });331 const response = await instance.recordAsync({ maxDuration: 2 });370 await instance.recordAsync({ maxFileSize: 256 * 1024 }); // 256 KiB389 const recordingPromise = instance.recordAsync();413 const response = await instance.recordAsync({ maxDuration: duration / 1000 });
131 recordAsync(options?: CameraRecordingOptions): Promise<{
236 async recordAsync(options) { method in Camera
1 …recordAsync(options?: CameraRecordingOptions): Promise<{ uri: string }> {\n if (!CameraManager.…
289 async recordAsync(options?: CameraRecordingOptions): Promise<{ uri: string }> {291 throw new UnavailabilityError('Camera', 'recordAsync');
195 - Fix regression in video quality option of recordAsync() ([#13659](https://github.com/expo/expo/pu…212 - On iOS added new `codec` parameter in `recordAsync()` method and new method `getAvailableVideoCod…
174 return await this.camera.recordAsync();