Searched refs:canRecord (Results 1 – 15 of 15) sorted by relevance
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | Recorder.tsx | 20 canRecord: boolean; 31 canRecord: false, 103 disabled={!this.state.canRecord} 107 this.state.canRecord && { backgroundColor: 'red' },
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.types.d.ts | 7 canRecord: boolean;
|
| H A D | Recording.js | 190 canRecord: false, property 265 const currentStatus = { ...status, canRecord: true };
|
| H A D | Recording.js.map | 1 …canRecord: false,\n isRecording: false,\n isDoneRecording: this._isDoneRecording,\n …
|
| H A D | Recording.types.js.map | 1 …ean describing if the `Recording` can initiate the recording.\n */\n canRecord: boolean;\n /**…
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Recording.types.ts | 16 canRecord: boolean;
|
| H A D | Recording.ts | 230 canRecord: false, 331 const currentStatus = { ...status, canRecord: true }; constant
|
| /expo/apps/test-suite/tests/ |
| H A D | Recording.js | 147 t.jasmine.objectContaining({ canRecord: false }) property 151 t.jasmine.objectContaining({ canRecord: true }) property 162 t.jasmine.objectContaining({ canRecord: false }) property 166 t.jasmine.objectContaining({ canRecord: true }) property 172 t.jasmine.objectContaining({ isDoneRecording: true, canRecord: false }) property
|
| /expo/packages/expo-av/build/ |
| H A D | ExponentAV.web.js | 187 canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',
|
| H A D | ExponentAV.web.js.map | 1 …canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',\n isR…
|
| /expo/packages/expo-av/src/ |
| H A D | ExponentAV.web.ts | 233 canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/ |
| H A D | ABI47_0_0EXAV.m | 617 @"canRecord": @(YES),
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/ |
| H A D | ABI48_0_0EXAV.m | 617 @"canRecord": @(YES),
|
| /expo/ios/versioned/sdk49/EXAV/EXAV/ |
| H A D | ABI49_0_0EXAV.m | 617 @"canRecord": @(YES),
|
| /expo/packages/expo-av/ios/EXAV/ |
| H A D | EXAV.m | 617 @"canRecord": @(YES),
|