Home
last modified time | relevance | path

Searched refs:isDoneRecording (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-av/build/Audio/
H A DRecording.types.d.ts15 isDoneRecording: boolean;
H A DRecording.js192 isDoneRecording: this._isDoneRecording, property
H A DRecording.types.js.map1 … A boolean describing if the `Recording` has been stopped.\n */\n isDoneRecording: boolean;\n …
H A DRecording.js.map1 …tatus = {\n canRecord: false,\n isRecording: false,\n isDoneRecording: this._isDone…
/expo/packages/expo-av/src/Audio/
H A DRecording.types.ts24 isDoneRecording: boolean;
H A DRecording.ts232 isDoneRecording: this._isDoneRecording,
/expo/packages/expo-av/build/
H A DExponentAV.web.js189 isDoneRecording: false,
H A DExponentAV.web.js.map1 …e',\n isRecording: mediaRecorder?.state === 'recording',\n isDoneRecording: false,\n …
/expo/packages/expo-av/src/
H A DExponentAV.web.ts235 isDoneRecording: false,
/expo/apps/test-suite/tests/
H A DRecording.js172 t.jasmine.objectContaining({ isDoneRecording: true, canRecord: false }) property