Home
last modified time | relevance | path

Searched refs:canRecord (Results 1 – 15 of 15) sorted by relevance

/expo/apps/native-component-list/src/screens/AV/
H A DRecorder.tsx20 canRecord: boolean;
31 canRecord: false,
103 disabled={!this.state.canRecord}
107 this.state.canRecord && { backgroundColor: 'red' },
/expo/packages/expo-av/build/Audio/
H A DRecording.types.d.ts7 canRecord: boolean;
H A DRecording.js190 canRecord: false, property
265 const currentStatus = { ...status, canRecord: true };
H A DRecording.js.map1canRecord: false,\n isRecording: false,\n isDoneRecording: this._isDoneRecording,\n …
H A DRecording.types.js.map1 …ean describing if the `Recording` can initiate the recording.\n */\n canRecord: boolean;\n /**…
/expo/packages/expo-av/src/Audio/
H A DRecording.types.ts16 canRecord: boolean;
H A DRecording.ts230 canRecord: false,
331 const currentStatus = { ...status, canRecord: true }; constant
/expo/apps/test-suite/tests/
H A DRecording.js147 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 DExponentAV.web.js187 canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',
H A DExponentAV.web.js.map1canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',\n isR…
/expo/packages/expo-av/src/
H A DExponentAV.web.ts233 canRecord: mediaRecorder?.state === 'recording' || mediaRecorder?.state === 'inactive',
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAV.m617 @"canRecord": @(YES),
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAV.m617 @"canRecord": @(YES),
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAV.m617 @"canRecord": @(YES),
/expo/packages/expo-av/ios/EXAV/
H A DEXAV.m617 @"canRecord": @(YES),