| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.types.d.ts | 87 maxFileSize?: number;
|
| H A D | Recording.types.js.map | 1 … * be called after this point).\n *\n * @example `65536`\n */\n maxFileSize?: number;\n};\n…
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Recording.types.ts | 99 maxFileSize?: number;
|
| /expo/packages/expo-camera/android/src/main/java/expo/modules/camera/ |
| H A D | Options.kt | 20 @Field val maxFileSize: Int = -1 constant in expo.modules.camera.RecordingOptions
|
| H A D | ExpoCameraView.kt | 168 …if (cameraView.record(path, options.maxDuration * 1000, options.maxFileSize, !options.mute, profil… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/camera/ |
| H A D | Options.kt | 19 @Field val maxFileSize: Int = -1 constant in abi47_0_0.expo.modules.camera.RecordingOptions
|
| H A D | ExpoCameraView.kt | 168 …if (cameraView.record(path, options.maxDuration * 1000, options.maxFileSize, !options.muteValue, p… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/camera/ |
| H A D | Options.kt | 20 @Field val maxFileSize: Int = -1 constant in abi48_0_0.expo.modules.camera.RecordingOptions
|
| H A D | ExpoCameraView.kt | 168 …if (cameraView.record(path, options.maxDuration * 1000, options.maxFileSize, !options.muteValue, p… in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/camera/ |
| H A D | Options.kt | 20 @Field val maxFileSize: Int = -1 constant in abi49_0_0.expo.modules.camera.RecordingOptions
|
| H A D | ExpoCameraView.kt | 168 …if (cameraView.record(path, options.maxDuration * 1000, options.maxFileSize, !options.mute, profil… in <lambda>()
|
| /expo/packages/expo-camera/build/ |
| H A D | Camera.types.d.ts | 220 maxFileSize?: number;
|
| H A D | Camera.types.js.map | 1 …ion?: number;\n /**\n * Maximum video file size in bytes.\n */\n maxFileSize?: number;\n /*…
|
| H A D | Camera.js.map | 1 … is returned if `stopRecording` was invoked, one of `maxDuration` and `maxFileSize` is reached or …
|
| /expo/packages/expo-camera/src/ |
| H A D | Camera.types.ts | 244 maxFileSize?: number;
|
| H A D | Camera.tsx | 285 …* The Promise is returned if `stopRecording` was invoked, one of `maxDuration` and `maxFileSize` i…
|
| /expo/apps/test-suite/tests/ |
| H A D | Camera.js | 370 await instance.recordAsync({ maxFileSize: 256 * 1024 }); // 256 KiB property
|
| /expo/ios/versioned/sdk47/EXCamera/EXCamera/ |
| H A D | ABI47_0_0EXCamera.m | 616 if (options[@"maxFileSize"]) { 617 self.movieFileOutput.maxRecordedFileSize = [options[@"maxFileSize"] integerValue];
|
| /expo/ios/versioned/sdk48/EXCamera/EXCamera/ |
| H A D | ABI48_0_0EXCamera.m | 616 if (options[@"maxFileSize"]) { 617 self.movieFileOutput.maxRecordedFileSize = [options[@"maxFileSize"] integerValue];
|
| /expo/ios/versioned/sdk49/EXCamera/EXCamera/ |
| H A D | ABI49_0_0EXCamera.m | 650 if (options[@"maxFileSize"]) { 651 self.movieFileOutput.maxRecordedFileSize = [options[@"maxFileSize"] integerValue];
|
| /expo/packages/expo-camera/ios/EXCamera/ |
| H A D | EXCamera.m | 656 if (options[@"maxFileSize"]) { 657 self.movieFileOutput.maxRecordedFileSize = [options[@"maxFileSize"] integerValue];
|