Home
last modified time | relevance | path

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

/expo/packages/expo-av/build/Audio/
H A DRecording.js68 _onRecordingStatusUpdate = null; field in Recording
86 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
103 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
109 if (this._onRecordingStatusUpdate != null) {
110 this._onRecordingStatusUpdate(status);
208 this._onRecordingStatusUpdate = onRecordingStatusUpdate;
H A DRecording.d.ts56 _onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null;
H A DRecording.js.map1_onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null = null;\n _progressUpdateTim…
/expo/packages/expo-av/src/Audio/
H A DRecording.ts92 _onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null = null; property in Recording
113 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
134 if (isAudioEnabled() && this._canRecord && this._onRecordingStatusUpdate != null) {
141 if (this._onRecordingStatusUpdate != null) {
142 this._onRecordingStatusUpdate(status);
249 this._onRecordingStatusUpdate = onRecordingStatusUpdate;