(value: number)
| 319 | } |
| 320 | |
| 321 | public setCurrentTime(value: number): Sound { |
| 322 | if (this._loaded) { |
| 323 | RNSound.setCurrentTime(this._key, value); |
| 324 | } |
| 325 | return this; |
| 326 | } |
| 327 | |
| 328 | // android only |
| 329 | public setSpeakerphoneOn(value: boolean): void { |
no outgoing calls
no test coverage detected