Home
last modified time | relevance | path

Searched refs:isRecording (Results 1 – 18 of 18) sorted by relevance

/expo/apps/native-component-list/src/screens/AV/
H A DRecorder.tsx22 isRecording: boolean;
33 isRecording: false,
63 if (this.state.isRecording) {
99 if (!this.state.isRecording && this.state.durationMillis === 0) {
120 name={`ios-${this.state.isRecording ? 'pause' : 'mic'}` as any}
/expo/apps/test-suite/tests/
H A DRecording.js263 await retryForStatus(recordingObject, { isRecording: true }); property
270 await retryForStatus(recordingObject, { isRecording: true }); property
272 await retryForStatus(recordingObject, { isRecording: false }); property
274 await retryForStatus(recordingObject, { isRecording: true }); property
284 await retryForStatus(recordingObject, { isRecording: true }); property
287 await retryForStatus(recordingObject, { isRecording: false }); property
525 await retryForStatus(recordingObject, { isRecording: true }); property
/expo/packages/expo-av/build/Audio/
H A DRecording.types.d.ts11 isRecording: boolean;
H A DRecording.js191 isRecording: false, property
H A DRecording.types.js.map1 …oolean describing if the `Recording` is currently recording.\n */\n isRecording: boolean;\n /*…
H A DRecording.js.map1 …tatus());\n }\n const status = {\n canRecord: false,\n isRecording: false,\n …
/expo/packages/expo-av/src/Audio/
H A DRecording.types.ts20 isRecording: boolean;
H A DRecording.ts231 isRecording: false,
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAV.m271 if (_audioRecorder && [_audioRecorder isRecording]) {
341 if (_audioRecorderShouldBeginRecording || [_audioRecorder isRecording]) {
392 if (_audioRecorder && [_audioRecorder isRecording]) {
613 …int curDuration = [_audioRecorder isRecording] ? (curTimestamp - _audioRecorderStartTimestamp) : 0;
618 @"isRecording": @([_audioRecorder isRecording]),
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAV.m271 if (_audioRecorder && [_audioRecorder isRecording]) {
341 if (_audioRecorderShouldBeginRecording || [_audioRecorder isRecording]) {
392 if (_audioRecorder && [_audioRecorder isRecording]) {
613 …int curDuration = [_audioRecorder isRecording] ? (curTimestamp - _audioRecorderStartTimestamp) : 0;
618 @"isRecording": @([_audioRecorder isRecording]),
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAV.m271 if (_audioRecorder && [_audioRecorder isRecording]) {
341 if (_audioRecorderShouldBeginRecording || [_audioRecorder isRecording]) {
392 if (_audioRecorder && [_audioRecorder isRecording]) {
613 …int curDuration = [_audioRecorder isRecording] ? (curTimestamp - _audioRecorderStartTimestamp) : 0;
618 @"isRecording": @([_audioRecorder isRecording]),
/expo/packages/expo-av/ios/EXAV/
H A DEXAV.m271 if (_audioRecorder && [_audioRecorder isRecording]) {
341 if (_audioRecorderShouldBeginRecording || [_audioRecorder isRecording]) {
392 if (_audioRecorder && [_audioRecorder isRecording]) {
613 …int curDuration = [_audioRecorder isRecording] ? (curTimestamp - _audioRecorderStartTimestamp) : 0;
618 @"isRecording": @([_audioRecorder isRecording]),
/expo/packages/expo-av/build/
H A DExponentAV.web.js188 isRecording: mediaRecorder?.state === 'recording',
H A DExponentAV.web.js.map1 …?.state === 'recording' || mediaRecorder?.state === 'inactive',\n isRecording: mediaRecorder?…
/expo/packages/expo-av/src/
H A DExponentAV.web.ts234 isRecording: mediaRecorder?.state === 'recording',
/expo/ios/versioned/sdk47/EXCamera/EXCamera/
H A DABI47_0_0EXCamera.m541 …if (_movieFileOutput != nil && !_movieFileOutput.isRecording && _videoRecordedResolve == nil && _v…
/expo/ios/versioned/sdk48/EXCamera/EXCamera/
H A DABI48_0_0EXCamera.m541 …if (_movieFileOutput != nil && !_movieFileOutput.isRecording && _videoRecordedResolve == nil && _v…
/expo/ios/versioned/sdk49/EXCamera/EXCamera/
H A DABI49_0_0EXCamera.m574 …if (_movieFileOutput != nil && !_movieFileOutput.isRecording && _videoRecordedResolve == nil && _v…