jrTimestamps

fun jrTimestamps(senderClockTimestampTicks: Long): Sequence<Int>
fun jrTimestamps(senderClockTimestampSeconds: Double): Sequence<Int>


fun jrTimestamps(group: Int, senderClockTimestampTicks: Long): Sequence<Int>

Deprecated

group has vanished in UMP June 2023 updates

Replace with

jrTimestamps(senderClockTimestampTicks)

fun jrTimestamps(group: Int, senderClockTimestampSeconds: Double): Sequence<Int>

Deprecated

group has vanished in UMP June 2023 updates

Replace with

jrTimestamps(senderClockTimestampSeconds)