mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Correct variable name in developer guide.
PiperOrigin-RevId: 424287392
This commit is contained in:
parent
ceaa76bf6a
commit
76ceca70b4
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ player
|
||||||
// Do something at the specified playback position.
|
// Do something at the specified playback position.
|
||||||
})
|
})
|
||||||
.setLooper(Looper.getMainLooper())
|
.setLooper(Looper.getMainLooper())
|
||||||
.setPosition(/* windowIndex= */ 0, /* positionMs= */ 120_000)
|
.setPosition(/* mediaItemIndex= */ 0, /* positionMs= */ 120_000)
|
||||||
.setPayload(customPayloadData)
|
.setPayload(customPayloadData)
|
||||||
.setDeleteAfterDelivery(false)
|
.setDeleteAfterDelivery(false)
|
||||||
.send();
|
.send();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue