()
| 158 | } |
| 159 | |
| 160 | public get timePosition(): number { |
| 161 | return this._timePosition; |
| 162 | } |
| 163 | |
| 164 | public set timePosition(value: number) { |
| 165 | Logger.debug('AlphaSynth', `Seeking to position ${value}ms (main)`); |
nothing calls this directly
no test coverage detected