set_latency


Description:

public void set_latency (ClockTime min_latency, ClockTime max_latency)

Sets the minimum and maximum (which may likely be equal) latency introduced by the parsing process.

If there is such a latency, which depends on the particular parsing of the format, it typically corresponds to 1 frame duration.

If the provided values changed from previously provided ones, this will also post a LATENCY message on the bus so the pipeline can reconfigure its global latency.

Parameters:

this

a Parse

min_latency

minimum parse latency

max_latency

maximum parse latency