Android Studio Sign in

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.