(source: AudioClockSource)
| 124 | } |
| 125 | |
| 126 | attachAudioSource(source: AudioClockSource): void { |
| 127 | this._audioSource = source; |
| 128 | } |
| 129 | |
| 130 | detachAudioSource(): void { |
| 131 | if (this._audioSource && this._playStartMs !== null) { |
no outgoing calls
no test coverage detected