BaseSink.setMaxLateness

Sets the new max lateness value to max_lateness. This value is used to decide if a buffer should be dropped or not based on the buffer timestamp and the current clock time. A value of -1 means an unlimited time.

class BaseSink
void
setMaxLateness

Parameters

maxLateness long

the new max lateness value.