Searched refs:isDoneRecording (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.types.d.ts | 15 isDoneRecording: boolean;
|
| H A D | Recording.js | 192 isDoneRecording: this._isDoneRecording, property
|
| H A D | Recording.types.js.map | 1 … A boolean describing if the `Recording` has been stopped.\n */\n isDoneRecording: boolean;\n …
|
| H A D | Recording.js.map | 1 …tatus = {\n canRecord: false,\n isRecording: false,\n isDoneRecording: this._isDone…
|
| /expo/packages/expo-av/src/Audio/ |
| H A D | Recording.types.ts | 24 isDoneRecording: boolean;
|
| H A D | Recording.ts | 232 isDoneRecording: this._isDoneRecording,
|
| /expo/packages/expo-av/build/ |
| H A D | ExponentAV.web.js | 189 isDoneRecording: false,
|
| H A D | ExponentAV.web.js.map | 1 …e',\n isRecording: mediaRecorder?.state === 'recording',\n isDoneRecording: false,\n …
|
| /expo/packages/expo-av/src/ |
| H A D | ExponentAV.web.ts | 235 isDoneRecording: false,
|
| /expo/apps/test-suite/tests/ |
| H A D | Recording.js | 172 t.jasmine.objectContaining({ isDoneRecording: true, canRecord: false }) property
|