Searched refs:_onRecordingStatusUpdate (Results 1 – 4 of 4) sorted by relevance
68 _onRecordingStatusUpdate = null; field in Recording86 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;
56 _onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null;
1 …_onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null = null;\n _progressUpdateTim…
92 _onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null = null; property in Recording113 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;