mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +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.
|
||||
})
|
||||
.setLooper(Looper.getMainLooper())
|
||||
.setPosition(/* windowIndex= */ 0, /* positionMs= */ 120_000)
|
||||
.setPosition(/* mediaItemIndex= */ 0, /* positionMs= */ 120_000)
|
||||
.setPayload(customPayloadData)
|
||||
.setDeleteAfterDelivery(false)
|
||||
.send();
|
||||
|
|
|
|||
Loading…
Reference in a new issue