TimestampConsumer


@UnstableApi
public interface TimestampConsumer


A consumer for long timestamp values.

Summary

Public methods

abstract void
onTimestamp(long timestampUs)

Consumes a timestamp.

Public methods

onTimestamp

abstract void onTimestamp(long timestampUs)

Consumes a timestamp.

Parameters
long timestampUs

The timestamp, in microseconds.