MCPcopy
hub / github.com/zmxv/react-native-sound / setCurrentTime

Method setCurrentTime

src/index.ts:321–326  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

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 {

Callers 3

onPressBackwardFunction · 0.80
onPressFastFowardFunction · 0.80
SoundPlayer.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected