Home
last modified time | relevance | path

Searched refs:_isDoneRecording (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-av/build/Audio/
H A DRecording.js65 _isDoneRecording = false; field in Recording
75 this._isDoneRecording = true;
192 isDoneRecording: this._isDoneRecording,
243 if (this._isDoneRecording) {
329 if (this._isDoneRecording) {
385 if (this._uri == null || !this._isDoneRecording) {
H A DRecording.d.ts53 _isDoneRecording: boolean;
H A DRecording.js.map1_isDoneRecording: boolean = false;\n _finalDurationMillis: number = 0;\n _uri: string | null = n…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts89 _isDoneRecording: boolean = false; property in Recording
101 this._isDoneRecording = true;
232 isDoneRecording: this._isDoneRecording,
290 if (this._isDoneRecording) {
400 if (this._isDoneRecording) {
468 if (this._uri == null || !this._isDoneRecording) {