TimestampConsumer


@UnstableApi
interface TimestampConsumer


A consumer for long timestamp values.

Summary

Public functions

Unit
onTimestamp(timestampUs: Long)

Consumes a timestamp.

Public functions

onTimestamp

fun onTimestamp(timestampUs: Long): Unit

Consumes a timestamp.

Parameters
timestampUs: Long

The timestamp, in microseconds.