Correct variable name in developer guide.

PiperOrigin-RevId: 424287392
This commit is contained in:
samrobinson 2022-01-26 09:34:45 +00:00 committed by Andrew Lewis
parent ceaa76bf6a
commit 76ceca70b4

View File

@ -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();